ES5 support is still present to not introduce breaking changes (dropped IE10 support) in minor updates.
24 lines
346 B
JSON
24 lines
346 B
JSON
{
|
|
"env": {
|
|
"es6": false,
|
|
"browser": true
|
|
},
|
|
"globals": {
|
|
"sclivetickerAjax": "readonly"
|
|
},
|
|
"extends": [
|
|
"plugin:@wordpress/eslint-plugin/recommended",
|
|
"plugin:@wordpress/eslint-plugin/es5"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"*"
|
|
],
|
|
"rules": {
|
|
"no-var": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|