Skip to content

Commit

Permalink
feat: ✨ add type defininition for rules available
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Apr 13, 2024
1 parent fad952b commit 0f413e0
Show file tree
Hide file tree
Showing 15 changed files with 12,991 additions and 27 deletions.
4 changes: 3 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"textnodes",
"tiged",
"typecheck",
"typegen",
"vitepress",
"vitest",
"wagoid"
Expand All @@ -50,6 +51,7 @@
"yarn.lock",
"pnpm-lock.yaml",
"**/__snapshots__",
"**/__snapshots__/**"
"**/__snapshots__/**",
"src/rules.gen.d.ts"
]
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"dist"
],
"scripts": {
"build": "pkgroll --minify",
"typegen": "tsx scripts/typegen.ts",
"build": "pnpm typegen && pkgroll --minify",
"coverage": "vitest run --coverage",
"dev": "pkgroll --watch",
"docs:build": "npx @eslint/config-inspector build",
Expand Down Expand Up @@ -85,6 +86,7 @@
"clean-pkg-json": "1.2.0",
"commitlint": "19.2.1",
"eslint": "8.57.0",
"eslint-typegen": "0.2.2",
"gitzy": "5.3.0",
"is-ci": "3.0.1",
"jiti": "1.21.0",
Expand All @@ -94,6 +96,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"semantic-release": "23.0.8",
"tsx": "4.7.2",
"typescript": "5.4.5",
"vitest": "1.5.0"
},
Expand Down
Loading

0 comments on commit 0f413e0

Please sign in to comment.