Compare commits
1 Commits
tjs/step-0
...
tjs/step-0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
650e66fe3f |
@@ -6,7 +6,10 @@
|
||||
"scripts": {
|
||||
"build": "babel src --out-dir dist",
|
||||
"lint": "eslint --ignore-path .gitignore .",
|
||||
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|json)\""
|
||||
"prettier": "prettier --ignore-path .gitignore \"**/*.+(js|json)\"",
|
||||
"format": "npm run prettier -- --write",
|
||||
"check-format": "npm run prettier -- --list-different",
|
||||
"validate": "npm run check-format && npm run lint && npm run build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.7.0",
|
||||
|
||||
Reference in New Issue
Block a user