Skip to content

Commit 77b9273

Browse files
committed
revert: eslint changes
1 parent af236a0 commit 77b9273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/.eslintrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ module.exports = {
1111
"**/react-native.config.js",
1212
"**/tsconfig.json"
1313
],
14-
extends: ['@react-native','plugin:prettier/recommended', 'plugin:@typescript-eslint/recommended'],
15-
plugins: ['@typescript-eslint', 'prettier', 'jest'],
14+
extends: ['@react-native','plugin:prettier/recommended'],
15+
plugins: ['@typescript-eslint', 'prettier'],
1616
parser: '@typescript-eslint/parser',
1717
parserOptions: {
1818
project: true,

0 commit comments

Comments
 (0)