mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
23 lines
404 B
Plaintext
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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|