Skip to content

Commit

Permalink
traverse all rules and return them grouped, preparing for "recommende…
Browse files Browse the repository at this point in the history
…d/restriction" and "recommended/correctness" etc ...
  • Loading branch information
vincentbriglia committed Apr 27, 2024
1 parent 3d386f1 commit 6f1b6b6
Show file tree
Hide file tree
Showing 10 changed files with 679 additions and 164 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@
"license": "MIT",
"scripts": {
"generate": "tsx ./scripts/generate-rules.ts",
"traverse": "tsx ./scripts/traverse-rules.ts",
"clone": "tsx ./scripts/sparse-clone.ts",
"lint": "npx oxlint && npx eslint",
"format": "npx prettier --write .",
"release": "bumpp package.json",
"prepare": "husky",
"test": "vitest run"
"test": "vitest run --reporter=verbose"
},
"keywords": [
"oxc",
Expand All @@ -47,7 +48,7 @@
"@types/shelljs": "^0.8.15",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/coverage-v8": "^1.5.2",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -59,7 +60,7 @@
"shelljs": "^0.8.5",
"tsx": "^4.7.2",
"typescript": "^5.4.4",
"vitest": "^1.5.0"
"vitest": "^1.5.2"
},
"lint-staged": {
"*.{js,cjs,ts}": "eslint",
Expand Down
Loading

0 comments on commit 6f1b6b6

Please sign in to comment.