1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/packages/unleash-frontend-next/.eslintrc
2016-10-27 13:12:26 +02:00

10 lines
108 B
Plaintext

{
"extends": [
"finn",
"finn/node"
],
"rules": {
"no-shadow": 0
}
}