Fixed indent
This commit is contained in:
+3
-11
@@ -13,10 +13,7 @@
|
|||||||
"author": "Federico Kereki",
|
"author": "Federico Kereki",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"babel": {
|
"babel": {
|
||||||
"presets": [
|
"presets": ["env", "flow"]
|
||||||
"env",
|
|
||||||
"flow"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
@@ -28,13 +25,8 @@
|
|||||||
"browser": true,
|
"browser": true,
|
||||||
"node": true
|
"node": true
|
||||||
},
|
},
|
||||||
"extends": [
|
"extends": ["eslint:recommended", "plugin:flowtype/recommended"],
|
||||||
"eslint:recommended",
|
"plugins": ["flowtype"],
|
||||||
"plugin:flowtype/recommended"
|
|
||||||
],
|
|
||||||
"plugins": [
|
|
||||||
"flowtype"
|
|
||||||
],
|
|
||||||
"rules": {}
|
"rules": {}
|
||||||
},
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
|
|||||||
Reference in New Issue
Block a user