Skip to content

Commit cb80e36

Browse files
authored
chore: husky formats
* chore: husky + file format * chore: remove duplicate properties * chore: remove git add in lint-staged due to redundancy
1 parent 92e9f1f commit cb80e36

File tree

4 files changed

+527
-1
lines changed

4 files changed

+527
-1
lines changed

.eslintrc.cjs

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ module.exports = {
1212
plugins: ['react-refresh'],
1313
rules: {
1414
'@typescript-eslint/no-explicit-any': 'off',
15-
'react-refresh/only-export-components': 'off',
1615
'react-hooks/exhaustive-deps': 'off',
1716
'react-refresh/only-export-components': [
1817
'warn',

.husky/pre-commit

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx lint-staged

0 commit comments

Comments
 (0)