mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: use prettier with eslint
This commit is contained in:
committed by
mrugesh mohapatra
parent
b13e5fb41a
commit
be36915605
@@ -1,2 +0,0 @@
|
||||
node_modules
|
||||
.webpack
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none"
|
||||
}
|
||||
Generated
+4
-777
File diff suppressed because it is too large
Load Diff
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user