We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e338dd commit d7b0612Copy full SHA for d7b0612
eslint.config.ts
@@ -1,3 +1,4 @@
1
+import { globalIgnores } from 'eslint/config'
2
import love from 'eslint-config-love'
3
import prettier from 'eslint-config-prettier/flat'
4
import simpleImportSort from 'eslint-plugin-simple-import-sort'
@@ -6,6 +7,7 @@ import unusedImports from 'eslint-plugin-unused-imports'
6
7
const files = ['**/*.{ts,tsx}']
8
9
export default [
10
+ globalIgnores(['**/*.d.ts']),
11
{
12
...love,
13
files,
0 commit comments