19 lines
248 B
Plaintext
19 lines
248 B
Plaintext
|
{
|
||
|
"root": true,
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"globals": {
|
||
|
"wp": true,
|
||
|
"wpApiSettings": true,
|
||
|
"wcSettings": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"camelcase": 0,
|
||
|
"indent": 0,
|
||
|
"max-len": [ 2, { "code": 140 } ],
|
||
|
"no-console": 1
|
||
|
}
|
||
|
}
|