feature: sweep flotte (chantiers finis + passe eslint)
This commit is contained in:
+2
-2
@@ -35,7 +35,7 @@ export default [
|
|||||||
ignores: ['legacy/', 'dist/', 'node_modules/', 'web/', 'public/', 'coverage/', 'data/', 'vendor/', 'react/', 'js/', 'assets/', '**/old/'],
|
ignores: ['legacy/', 'dist/', 'node_modules/', 'web/', 'public/', 'coverage/', 'data/', 'vendor/', 'react/', 'js/', 'assets/', '**/old/'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
files: ['**/*.{js,mjs,cjs,ts}'],
|
files: ['**/*.{js,mjs,cjs,ts,tsx}'],
|
||||||
languageOptions: {
|
languageOptions: {
|
||||||
globals: {
|
globals: {
|
||||||
...globals.browser,
|
...globals.browser,
|
||||||
@@ -446,7 +446,7 @@ export default [
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
files: ['**/*.ts'],
|
files: ['**/*.{ts,tsx}'],
|
||||||
languageOptions: {
|
languageOptions: {
|
||||||
parser: tseslint.parser,
|
parser: tseslint.parser,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user