mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-18 09:29:24 +00:00
Merge branch 'V2' into V2-eslint-no-undef
This commit is contained in:
commit
bdda24d9be
@ -9,13 +9,13 @@ export default defineConfig(
|
|||||||
eslint.configs.recommended,
|
eslint.configs.recommended,
|
||||||
tseslint.configs.recommended,
|
tseslint.configs.recommended,
|
||||||
{
|
{
|
||||||
"ignores": [
|
ignores: [
|
||||||
"dist", // Contains 3rd party code
|
"dist", // Contains 3rd party code
|
||||||
"public", // Contains 3rd party code
|
"public", // Contains 3rd party code
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"rules": {
|
rules: {
|
||||||
"no-empty": "off", // Temporarily disabled until codebase conformant
|
"no-empty": "off", // Temporarily disabled until codebase conformant
|
||||||
"no-empty-pattern": "off", // Temporarily disabled until codebase conformant
|
"no-empty-pattern": "off", // Temporarily disabled until codebase conformant
|
||||||
"no-useless-escape": "off", // Temporarily disabled until codebase conformant
|
"no-useless-escape": "off", // Temporarily disabled until codebase conformant
|
||||||
@ -37,8 +37,8 @@ export default defineConfig(
|
|||||||
languageOptions: {
|
languageOptions: {
|
||||||
globals: {
|
globals: {
|
||||||
...globals.browser,
|
...globals.browser,
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
// Config for node scripts
|
// Config for node scripts
|
||||||
{
|
{
|
||||||
@ -50,7 +50,7 @@ export default defineConfig(
|
|||||||
languageOptions: {
|
languageOptions: {
|
||||||
globals: {
|
globals: {
|
||||||
...globals.node,
|
...globals.node,
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user