Save lint options

This commit is contained in:
Jim Nicholson 2024-02-07 18:19:26 -08:00
parent bc7f2a8540
commit 076efcde4c

View File

@ -1,6 +1,9 @@
{ {
"extends": "recommended", "extends": "recommended",
"rules": { "rules": {
"DuplicateStringLiteral": {
"enabled": false
},
"Indentation": { "Indentation": {
"enabled": false "enabled": false
} }