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

15 lines
207 B
Plaintext
Raw Normal View History

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