1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/.eslintrc
2020-02-20 08:30:50 +01:00

23 lines
404 B
Plaintext

{
"extends": [
"finn",
"finn/node",
"finn-prettier"
],
"parserOptions": {
"ecmaVersion": "2017"
},
"rules": {
"max-nested-callbacks": "off",
"new-cap": [
"error",
{
"capIsNewExceptions": [
"Router",
"Mitm"
]
}
]
}
}