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

10 lines
123 B
Plaintext
Raw Normal View History

2016-06-18 21:13:57 +02:00
{
"extends": [
"finn",
"finn/node"
],
"rules": {
"max-nested-callbacks": "off"
2016-06-18 21:13:57 +02:00
}
}