mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
25 lines
439 B
Plaintext
25 lines
439 B
Plaintext
|
{
|
||
|
"extends": [
|
||
|
"finn",
|
||
|
"finn-react"
|
||
|
],
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"commonjs": true,
|
||
|
"es6": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"react/sort-comp": "off"
|
||
|
},
|
||
|
"ecmaFeatures": {
|
||
|
"sourceType": "module"
|
||
|
},
|
||
|
"parserOptions": {
|
||
|
"sourceType": "module",
|
||
|
"ecmaFeatures": {
|
||
|
"jsx": true,
|
||
|
"experimentalObjectRestSpread": true
|
||
|
}
|
||
|
}
|
||
|
}
|