style: format-check => format:check

This commit is contained in:
Edmund Miller 2022-11-13 16:06:09 -06:00 committed by Thomas A. Christensen II
parent 4ad727836d
commit 205818f4d8

View file

@ -6,7 +6,7 @@
"scripts": {
"build": "tsc",
"format": "prettier --write '**/*'",
"format-check": "prettier --check '**/*'",
"format:check": "prettier --check '**/*'",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint --fix src/**/*.ts",
"package": "ncc build --source-map --license LICENSE",