2
0

👷 Change pre-commit format fix to check only

This commit is contained in:
Baptiste Arnaud
2024-01-29 12:08:11 +01:00
parent 1ebfc15178
commit 4b8b80e996
8 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@
"dev": "rollup --watch --config rollup.config.js",
"build": "rollup --config rollup.config.js",
"lint": "eslint --fix \"src/**/*.ts*\"",
"format:fix": "prettier --write ./src"
"format:check": "prettier --check ./src"
},
"keywords": [],
"author": "Baptiste Arnaud",