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

23 lines
404 B
Plaintext
Raw Normal View History

{
"extends": [
2016-11-10 15:52:49 +01:00
"finn",
2017-06-28 10:17:14 +02:00
"finn/node",
"finn-prettier"
2016-11-10 15:52:49 +01:00
],
"parserOptions": {
"ecmaVersion": "2017"
},
2016-11-10 15:52:49 +01:00
"rules": {
2017-06-28 10:17:14 +02:00
"max-nested-callbacks": "off",
"new-cap": [
"error",
{
"capIsNewExceptions": [
"Router",
"Mitm"
]
}
]
2016-11-10 15:52:49 +01:00
}
}