You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/configs/node.js
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ module.exports = {
6
6
},
7
7
extends: [
8
8
'plugin:@typescript-eslint/recommended',// Uses the recommended rules from the @typescript-eslint/eslint-plugin
9
-
'prettier/@typescript-eslint',// Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
10
9
'plugin:prettier/recommended'// Enables eslint-plugin-prettier and displays prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
Copy file name to clipboardExpand all lines: lib/configs/react-native.js
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ module.exports = {
6
6
'plugin:import/warnings',
7
7
'plugin:import/typescript',
8
8
'plugin:@typescript-eslint/recommended',// Uses the recommended rules from the @typescript-eslint/eslint-plugin
9
-
'prettier/@typescript-eslint',// Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
10
9
'plugin:prettier/recommended',// Enables eslint-plugin-prettier and displays prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
'plugin:@typescript-eslint/recommended',// Uses the recommended rules from @typescript-eslint/eslint-plugin
7
-
'prettier/@typescript-eslint',// Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
8
8
'plugin:prettier/recommended'// Enables eslint-plugin-prettier and displays prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
9
9
],
10
-
plugins: ['jsx-a11y','react-hooks'],
10
+
plugins: ['jsx-a11y','react-hooks','import'],
11
11
parserOptions: {
12
12
ecmaVersion: 2018,// Allows for the parsing of modern ECMAScript features
13
13
sourceType: 'module',// Allows for the use of imports
0 commit comments