mirror of
https://github.com/twofas/2fas-browser-extension.git
synced 2024-11-21 09:39:59 +01:00
13 lines
307 B
JSON
13 lines
307 B
JSON
{
|
|
"extends": ["standard"],
|
|
"parser": "@babel/eslint-parser",
|
|
"rules": {
|
|
"no-tabs": "off",
|
|
"semi": "off",
|
|
"indent": ["warn", 2, { "SwitchCase": 1 }],
|
|
"no-useless-escape": "off",
|
|
"no-trailing-spaces": ["error", { "skipBlankLines": true }],
|
|
"no-irregular-whitespace": "off"
|
|
}
|
|
}
|