fxa/.eslintrc

8 строки
113 B
Plaintext

{
"extends": ["plugin:fxa/recommended"],
"plugins": ["fxa"],
"rules": {
"space-unary-ops": "off"
}
}