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

10 lines
108 B
Plaintext
Raw Normal View History

{
"extends": [
"finn",
"finn/node"
2016-10-27 13:12:26 +02:00
],
"rules": {
"no-shadow": 0
}
}