mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
Tidy keys
This commit is contained in:
parent
0de0bb2d41
commit
65e331ae26
@ -8,13 +8,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-undef": "off", // Temporarily disabled until codebase conformant
|
"no-undef": "off", // Temporarily disabled until codebase conformant
|
||||||
|
Loading…
Reference in New Issue
Block a user