mirror of
https://github.com/bendtherules/completion-viz.git
synced 2026-08-18 13:42:51 +00:00
package.json - Separate out lint and prettier cmds into min and all version
This commit is contained in:
+3
-1
@@ -32,8 +32,10 @@
|
|||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"lint": "eslint --ext js,jsx,ts,tsx src",
|
"lint": "eslint --ext js,jsx,ts,tsx",
|
||||||
|
"lint-all": "eslint --ext js,jsx,ts,tsx ./",
|
||||||
"prettier": "prettier -l",
|
"prettier": "prettier -l",
|
||||||
|
"prettier-all": "prettier -l ./",
|
||||||
"prettier-fix-all": "prettier --write --ignore-unknown ./"
|
"prettier-fix-all": "prettier --write --ignore-unknown ./"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
|
|||||||
Reference in New Issue
Block a user