Setup ESLint and Prettier and apply changes to sources #891

Merged
IGassmann merged 22 commits from issue/763 into master 2017-12-27 21:22:51 +01:00
Showing only changes of commit ac821a5e4d - Show all commits

View file

@ -4,6 +4,7 @@
], ],
"extends": [ "extends": [
"airbnb", "airbnb",
"plugin:import/electron",
"plugin:flowtype/recommended", "plugin:flowtype/recommended",
"prettier" "prettier"
], ],
@ -12,10 +13,7 @@
"webpack": { "webpack": {
"config": "webpack.renderer.additions.js" "config": "webpack.renderer.additions.js"
} }
}, }
"import/core-modules": [
"electron"
]
}, },
"parser": "babel-eslint", "parser": "babel-eslint",
"env": { "env": {