mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-04 23:19:09 +08:00
📦 Chore(custom): update ESLint and TypeScript dependencies; add dist_electron to ignores
This commit is contained in:
+8
-1
@@ -13,7 +13,14 @@ import vueParser from 'vue-eslint-parser'
|
||||
|
||||
export default defineConfig(
|
||||
{
|
||||
ignores: ['**/node_modules/**', '**/out/**', '**/webpack.config.js', 'vitest.workspace.mjs', '**/dist/**'],
|
||||
ignores: [
|
||||
'**/node_modules/**',
|
||||
'**/out/**',
|
||||
'**/webpack.config.js',
|
||||
'vitest.workspace.mjs',
|
||||
'**/dist/**',
|
||||
'**/dist_electron/**',
|
||||
],
|
||||
},
|
||||
js.configs.recommended,
|
||||
...pluginVue.configs['flat/recommended'],
|
||||
|
||||
Reference in New Issue
Block a user