install and run prettier
This commit is contained in:
@@ -5,12 +5,14 @@
|
||||
"license": "GPLv3",
|
||||
"scripts": {
|
||||
"build": "babel src --out-dir dist",
|
||||
"lint": "eslint --ignore-path .gitignore ."
|
||||
"lint": "eslint --ignore-path .gitignore .",
|
||||
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|json)\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.7.0",
|
||||
"@babel/core": "^7.7.2",
|
||||
"@babel/preset-env": "^7.7.1",
|
||||
"eslint": "^6.6.0"
|
||||
"eslint": "^6.6.0",
|
||||
"prettier": "^1.19.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user