2018-11-06 20:11:52 +00:00
|
|
|
{
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"globals": {
|
|
|
|
"wp": true,
|
|
|
|
"wpApiSettings": true,
|
2019-01-30 08:12:08 +00:00
|
|
|
"wcSettings": true,
|
|
|
|
"es6": true
|
2018-11-06 20:11:52 +00:00
|
|
|
},
|
|
|
|
"rules": {
|
|
|
|
"camelcase": 0,
|
|
|
|
"indent": 0,
|
|
|
|
"max-len": [ 2, { "code": 140 } ],
|
|
|
|
"no-console": 1
|
2019-01-30 08:12:08 +00:00
|
|
|
},
|
|
|
|
"parserOptions": {
|
|
|
|
"ecmaVersion": 6
|
2018-11-06 20:11:52 +00:00
|
|
|
}
|
|
|
|
}
|