feat: use prettier with eslint

This commit is contained in:
Valeriy
2019-02-19 01:43:11 +03:00
committed by mrugesh mohapatra
parent b13e5fb41a
commit be36915605
13 changed files with 70 additions and 2428 deletions
-2
View File
@@ -1,2 +0,0 @@
node_modules
.webpack
-5
View File
@@ -1,5 +0,0 @@
{
"semi": true,
"singleQuote": true,
"trailingComma": "none"
}
+4 -777
View File
File diff suppressed because it is too large Load Diff
-12
View File
@@ -55,8 +55,6 @@
"live-server": "^1.2.1",
"lodash": "^4.17.11",
"mocha": "5.2.0",
"prettier": "^1.13.5",
"prettier-package-json": "^1.6.0",
"puppeteer": "1.11.0",
"readdirp-walk": "^1.6.0",
"rx": "^4.1.0",
@@ -74,16 +72,6 @@
"publishConfig": {
"access": "public"
},
"lint-staged": {
"*.{js,json,css}": [
"prettier --write",
"git add"
],
"package.json": [
"prettier-package-json --write",
"git add"
]
},
"release": {
"branch": "master",
"verifyConditions": [