Test code climate #1058

Closed
IGassmann wants to merge 48 commits from testCodeClimate into master
Showing only changes of commit b82b73f7c2 - Show all commits

View file

@ -4,7 +4,6 @@
"airbnb", "airbnb",
"plugin:import/electron", "plugin:import/electron",
"plugin:flowtype/recommended", "plugin:flowtype/recommended",
"plugin:prettier/recommended"
], ],
"settings": { "settings": {
"import/resolver": { "import/resolver": {
@ -28,11 +27,6 @@
"rules": { "rules": {
"import/no-commonjs": "warn", "import/no-commonjs": "warn",
"import/no-amd": "warn", "import/no-amd": "warn",
"func-names": ["warn", "as-needed"], "func-names": ["warn", "as-needed"]
"prettier/prettier": ["error", {
"trailingComma": "es5",
"printWidth": 100,
"singleQuote": true
}]
} }
} }