javascript-algorithms/.eslintrc
2018-04-02 17:50:56 +03:00

13 lines
175 B
Plaintext

{
"root": true,
"extends": "airbnb",
"plugins": ["jest"],
"env": {
"jest/globals": true
},
"rules": {
"no-bitwise": "off",
"no-lonely-if": "off"
}
}