1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01: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
}
}