Skip to content

Commit d8c109d

Browse files
committed
chore: png
1 parent 91046e7 commit d8c109d

File tree

9 files changed

+5978
-4391
lines changed

9 files changed

+5978
-4391
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
module.exports = {
22
root: true,
33
extends: ['@tata-v/eslint-config-react'],
4-
ignorePatterns: ['dist', '.eslintrc.cjs'],
5-
parser: '@typescript-eslint/parser',
6-
plugins: ['react-refresh'],
4+
plugins: ['react-refresh', '@typescript-eslint/eslint-plugin'],
75
rules: {
86
'react-refresh/only-export-components': [
97
'warn',
108
{ allowConstantExport: true },
119
],
12-
'jsx-a11y/control-has-associated-label': 'off',
13-
'react/require-default-props': 'off',
14-
'consistent-return': 'off',
15-
'@typescript-eslint/no-var-requires': 'off',
16-
'import/order': 'off'
1710
},
18-
}
11+
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint-plugin-import": "^2.25.3",
5959
"eslint-plugin-jsx-a11y": "^6.5.1",
6060
"eslint-plugin-react": "^7.28.0",
61-
"eslint-plugin-react-hooks": "^4.3.0",
61+
"eslint-plugin-react-hooks": "^4.6.2",
6262
"eslint-plugin-react-refresh": "^0.4.5",
6363
"postcss": "^8.4.32",
6464
"styled-components": "^6.1.6",

0 commit comments

Comments
 (0)