Skip to content
Snippets Groups Projects
Commit 1bfeb726 authored by Éloïs's avatar Éloïs
Browse files

[style] remove useless command reformat, use format:all instead

parent c669b7b6
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
"install": "./neon/build.sh", "install": "./neon/build.sh",
"lint": "lint-staged", "lint": "lint-staged",
"prettier": "prettier --write app/**/*/*.ts", "prettier": "prettier --write app/**/*/*.ts",
"reformat": "eslint --cache --fix app/**/*/*.ts",
"format:check": "prettier --list-different \"app/**/*.{ts,json}\"", "format:check": "prettier --list-different \"app/**/*.{ts,json}\"",
"format:all": "prettier --write \"app/**/*.{ts,json}\"" "format:all": "prettier --write \"app/**/*.{ts,json}\""
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment