mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-25 07:38:17 +03:00
update eslint config
This commit is contained in:
@@ -7,7 +7,7 @@ import tseslint from 'typescript-eslint'
|
||||
export default tseslint.config({
|
||||
extends: [js.configs.recommended, ...tseslint.configs.recommended],
|
||||
files: ['**/*.{ts,tsx}'],
|
||||
ignores: ['dist', 'src/components/ui'],
|
||||
ignores: ['dist', 'src/components/ui/*'],
|
||||
languageOptions: {
|
||||
ecmaVersion: 2021,
|
||||
globals: globals.browser,
|
||||
|
||||
Reference in New Issue
Block a user