chore: remove bkup file
This commit is contained in:
parent
49cafdd6d5
commit
cbd09d478f
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
||||||
import globals from 'globals'
|
|
||||||
import pluginJs from '@eslint/js'
|
|
||||||
import tseslint from 'typescript-eslint'
|
|
||||||
import astroSwGlobals from '@ayco/astro-sw/globals'
|
|
||||||
|
|
||||||
/** @type {import('eslint').Linter.Config[]} */
|
|
||||||
export default [
|
|
||||||
{ files: ['**/*.{js,mjs,cjs,ts}'] },
|
|
||||||
{
|
|
||||||
languageOptions: {
|
|
||||||
globals: { ...globals.browser, ...globals.node, ...astroSwGlobals },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
pluginJs.configs.recommended,
|
|
||||||
...tseslint.configs.recommended,
|
|
||||||
{
|
|
||||||
ignores: [
|
|
||||||
'dist/*',
|
|
||||||
'.output/*',
|
|
||||||
'.astro/*',
|
|
||||||
'**/node_modules/*',
|
|
||||||
'**/coverage/*',
|
|
||||||
'**/env.d.ts',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]
|
|
Loading…
Reference in a new issue