1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/packages/unleash-frontend/public/.eslintrc
2016-08-30 14:14:39 +02:00

14 lines
189 B
Plaintext

{
"extends": [
"finn",
"finn-react"
],
"env": {
"browser": true,
"commonjs": true
},
"rules": {
"react/sort-comp": "off"
}
}