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

13 lines
183 B
Plaintext

{
"extends": [
"finn",
"finn/node"
],
"parserOptions": {
"ecmaVersion": "2017"
},
"rules": {
"max-nested-callbacks": "off"
}
}