Fixed linter issues
This commit is contained in:
parent
c17ad255b5
commit
a94f0cf4e2
|
|
@ -1,9 +1,9 @@
|
|||
import js from '@eslint/js'
|
||||
import globals from 'globals'
|
||||
import reactHooks from 'eslint-plugin-react-hooks'
|
||||
import reactRefresh from 'eslint-plugin-react-refresh'
|
||||
import tseslint from 'typescript-eslint'
|
||||
import { defineConfig, globalIgnores } from 'eslint/config'
|
||||
import globals from 'globals'
|
||||
import tseslint from 'typescript-eslint'
|
||||
|
||||
export default defineConfig([
|
||||
globalIgnores(['dist']),
|
||||
|
|
@ -19,5 +19,6 @@ export default defineConfig([
|
|||
ecmaVersion: 2020,
|
||||
globals: globals.browser,
|
||||
},
|
||||
ignores: ['dist', './src/lib/*.ts'],
|
||||
},
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user