mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
14 lines
189 B
Plaintext
14 lines
189 B
Plaintext
{
|
|
"extends": [
|
|
"finn",
|
|
"finn-react"
|
|
],
|
|
"env": {
|
|
"browser": true,
|
|
"commonjs": true
|
|
},
|
|
"rules": {
|
|
"react/sort-comp": "off"
|
|
}
|
|
}
|