Add quick fmt/validate targets

This commit is contained in:
WithoutPants
2024-07-04 10:53:29 +10:00
parent a0b082a36d
commit d0caf87eeb
3 changed files with 17 additions and 0 deletions

View File

@@ -12,6 +12,9 @@
"lint:css": "stylelint --cache \"src/**/*.scss\"",
"lint:js": "eslint --cache src/",
"check": "tsc --noEmit",
"eslint": "eslint",
"prettier": "prettier",
"stylelint": "stylelint",
"format": "prettier --write . ../../graphql",
"format-check": "prettier --check . ../../graphql",
"gqlgen": "gql-gen --config codegen.ts",