Save lint options
This commit is contained in:
parent
bc7f2a8540
commit
076efcde4c
@ -1,6 +1,9 @@
|
|||||||
{
|
{
|
||||||
"extends": "recommended",
|
"extends": "recommended",
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"DuplicateStringLiteral": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
"Indentation": {
|
"Indentation": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user