Skip to content

Commit

Permalink
🔨 chore: カスタムルールをビルドしたあとに整形する
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #80
  • Loading branch information
XeicuLy committed Dec 7, 2024
1 parent 412fd3c commit 5934f86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
"type": "module",
"scripts": {
"build": "nuxt build",
"build:custom-lint": "tsc --project settings/rules/tsconfig.json",
"build:custom-rule": "pnpm custom-rule:tsc && pnpm custom-rule:format",
"dev": "nuxt dev -o",
"test": "vitest",
"test:ui": "vitest --ui --coverage",
"test:coverage": "vitest --coverage",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:rules": "npx @eslint/config-inspector@latest",
"custom-rule:tsc": "tsc --project settings/rules/tsconfig.json",
"custom-rule:format": "prettier --write settings/rules/dist/**",
"format:check": "prettier . --check",
"format:fix": "prettier . --write",
"lint-and-format": "pnpm lint:fix && pnpm format:fix",
Expand Down

0 comments on commit 5934f86

Please sign in to comment.