mirror of
https://github.com/dumbasPL/deluge-windscribe-ephemeral-port.git
synced 2024-11-10 01:02:17 +01:00
26 lines
No EOL
535 B
Text
26 lines
No EOL
535 B
Text
{
|
|
"env": {
|
|
"commonjs": true,
|
|
"es2021": true,
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"google"
|
|
],
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"ecmaVersion": 12
|
|
},
|
|
"plugins": [
|
|
"@typescript-eslint"
|
|
],
|
|
"rules": {
|
|
"max-len": "off",
|
|
"comma-dangle": "off",
|
|
"require-jsdoc": "off",
|
|
"indent": ["error", 2],
|
|
"padded-blocks": ["warn", { "classes": "always", "switches": "never", "blocks": "never" }],
|
|
"linebreak-style": "off",
|
|
"arrow-parens": ["warn", "as-needed"]
|
|
}
|
|
} |