mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
19 lines
412 B
JSON
19 lines
412 B
JSON
|
{
|
||
|
"env": {
|
||
|
"es2021": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": "eslint:recommended",
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 12,
|
||
|
"sourceType": "module"
|
||
|
},
|
||
|
"rules": {
|
||
|
"indent": [ "warn", 4 ],
|
||
|
"getter-return": "off",
|
||
|
"no-control-regex": "off",
|
||
|
"no-empty": [ "error", { "allowEmptyCatch": true } ],
|
||
|
"no-useless-escape": "off"
|
||
|
}
|
||
|
}
|