Skip to content

Commit

Permalink
Implement @arethetypeswrong/cli check
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Feb 28, 2024
1 parent d48346d commit fea12e7
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"react-from-dom": "^0.7.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.0",
"@gilbarbara/eslint-config": "^0.7.4",
"@gilbarbara/prettier-config": "^1.0.0",
"@gilbarbara/tsconfig": "^0.2.3",
Expand Down Expand Up @@ -93,8 +94,9 @@
"test:coverage": "vitest run --coverage",
"test:watch": "vitest watch",
"typecheck": "tsc -p test/tsconfig.json",
"typevalidation": "attw -P",
"size": "size-limit",
"validate": "pnpm run lint && pnpm run typecheck && pnpm run test && pnpm run build && pnpm run size",
"validate": "pnpm run lint && pnpm run typecheck && pnpm run test && pnpm run build && pnpm run size && npm run typevalidation",
"format": "prettier \"**/*.{js,jsx,json,yml,yaml,css,less,scss,ts,tsx,md,graphql,mdx}\" --write",
"prepublishOnly": "pnpm run validate",
"prepare": "husky"
Expand Down
176 changes: 176 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fea12e7

Please sign in to comment.