Skip to content

Commit

Permalink
chore: fixed linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Konecny committed Nov 15, 2023
1 parent 4cad108 commit 99467c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/eslint-config-react-native/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
* @license http://choosealicense.com/licenses/bsd-3-clause BSD-3-Clause License
*/

"use strict";
'use strict'

module.exports = {
extends: ["universe/native"],
extends: ['universe/native'],
rules: {
"react-hooks/exhaustive-deps": "error",
'react-hooks/exhaustive-deps': 'error',
},
};

Check warning on line 16 in packages/eslint-config-react-native/index.js

View workflow job for this annotation

GitHub Actions / lint

Extra semicolon

Check warning on line 16 in packages/eslint-config-react-native/index.js

View workflow job for this annotation

GitHub Actions / lint

Extra semicolon
Binary file not shown.

0 comments on commit 99467c4

Please sign in to comment.