Skip to content

Commit 062aec6

Browse files
committed
dependencies upgrade, refined hook code
1 parent 0310f8b commit 062aec6

8 files changed

Lines changed: 885 additions & 142 deletions

File tree

eslint.config.mjs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import react from 'eslint-plugin-react'
2-
import noRelativeImportPaths from 'eslint-plugin-no-relative-import-paths'
32
import tsParser from '@typescript-eslint/parser'
43
import path from 'node:path'
54
import { fileURLToPath } from 'node:url'
@@ -33,7 +32,6 @@ export default [{
3332
), {
3433
plugins: {
3534
react,
36-
'no-relative-import-paths': noRelativeImportPaths,
3735
},
3836

3937
languageOptions: {
@@ -134,11 +132,5 @@ export default [{
134132
}],
135133

136134
'comma-spacing': 'off',
137-
138-
'no-relative-import-paths/no-relative-import-paths': ['error', {
139-
allowSameFolder: true,
140-
rootDir: 'src',
141-
prefix: '',
142-
}],
143135
},
144136
}]

0 commit comments

Comments
 (0)