fxa/.eslintrc

17 строки
292 B
Plaintext

{
"extends": ["plugin:fxa/recommended"],
"plugins": ["fxa"],
"parserOptions": {
"ecmaVersion": "2020"
},
"rules": {
"require-atomic-updates": "off",
"space-unary-ops": "off",
"no-useless-escape": "off"
},
"ignorePatterns": [
"dist",
"node_modules"
]
}