1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/packages/unleash-frontend/public/.eslintrc

14 lines
189 B
Plaintext
Raw Normal View History

2016-06-18 09:19:57 +02:00
{
"extends": [
"finn",
2016-08-25 13:24:14 +02:00
"finn-react"
2016-06-18 21:13:57 +02:00
],
"env": {
"browser": true,
"commonjs": true
},
"rules": {
"react/sort-comp": "off"
2016-06-18 21:13:57 +02:00
}
}