Removed duplicated configs

pull/402/head
Vladimir Volek 5 years ago
parent 14387d999c
commit e162ae1211

@ -6,7 +6,7 @@
"prettier/flowtype",
"prettier/react",
"plugin:flowtype/recommended",
"plugin:jest/recommended",
"plugin:jest/recommended"
],
"globals": {
"LOCAL": true,
@ -28,10 +28,7 @@
"react/forbid-prop-types": 0,
"react/destructuring-assignment": 0,
"react/jsx-one-expression-per-line": 0,
"react/jsx-indent": [2, 4],
"react/jsx-indent-props": [2, 4],
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"]}],
"indent": [2, 4, { "SwitchCase": 1 }],
"no-confusing-arrow": [2,{ "allowParens": true }],
"no-console": 0,
"no-alert": 0,

@ -6,7 +6,6 @@
"bracketSpacing": true,
"semi": true,
"useTabs": false,
"parser": "babylon",
"jsxBracketSameLine": true,
"singleAttributePerLine": true
"parser": "babel",
"jsxBracketSameLine": false
}
Loading…
Cancel
Save