mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
+7
-4
@@ -63,12 +63,13 @@ const jsConfig = defineConfig([
|
||||
'no-redeclare': 'off',
|
||||
'no-restricted-globals': 'off',
|
||||
'no-restricted-syntax': 'off',
|
||||
'no-underscore-dangle': 'off',
|
||||
'no-unused-vars': 'off',
|
||||
'no-use-before-define': 'warn',
|
||||
'no-useless-escape': 'warn',
|
||||
'prefer-destructuring': 'off',
|
||||
'prefer-rest-params': 'off',
|
||||
'prefer-template': 'warn',
|
||||
'prefer-template': 'off',
|
||||
'promise/no-nesting': 'off',
|
||||
'@typescript-eslint/no-for-in-array': 'off',
|
||||
'import-x/no-extraneous-dependencies': 'off',
|
||||
@@ -262,11 +263,13 @@ export default defineConfig([
|
||||
'**/node_modules',
|
||||
'**/extensions',
|
||||
'**/extensions-builtin',
|
||||
'src/vendor/*', // Ignore vendor files (e.g. split.js) that are not meant to be edited
|
||||
'javascript/*', // Ignore generated output file
|
||||
'**/*.mjs',
|
||||
'**/*.esm.js',
|
||||
'**/dist',
|
||||
'src/vendor/*',
|
||||
'javascript/*',
|
||||
'**/Vlad-Neomorph.css', // Waiting on plugin fix https://github.com/eslint/css/pull/411
|
||||
'javascript/*',
|
||||
'ui/dist/*',
|
||||
'ui/js/*',
|
||||
]),
|
||||
...jsConfig,
|
||||
|
||||
Submodule extensions-builtin/sdnext-kanvas updated: 501c89c871...972e855607
Reference in New Issue
Block a user