Fix CI failure
This commit is contained in:
+8
-1
@@ -223,6 +223,13 @@ export default defineConfig(
|
|||||||
|
|
||||||
// Import rules
|
// Import rules
|
||||||
'import-x/consistent-type-specifier-style': ['warn', 'prefer-inline'],
|
'import-x/consistent-type-specifier-style': ['warn', 'prefer-inline'],
|
||||||
|
'import-x/no-unresolved': ['error', {
|
||||||
|
/*
|
||||||
|
* The `postinstall` hook runs `compile-if-needed` locally, but not in
|
||||||
|
* CI. For CI-sake, ignore this.
|
||||||
|
*/
|
||||||
|
ignore: ['^#\/locale\/locales\/.+\/messages'],
|
||||||
|
}],
|
||||||
|
|
||||||
// Turn off rules that weren't enforced in previous config
|
// Turn off rules that weren't enforced in previous config
|
||||||
'no-empty-pattern': 'off',
|
'no-empty-pattern': 'off',
|
||||||
@@ -249,7 +256,7 @@ export default defineConfig(
|
|||||||
languageOptions: {
|
languageOptions: {
|
||||||
globals: {
|
globals: {
|
||||||
...globals.jest,
|
...globals.jest,
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user