Skip to content

Commit

Permalink
Merge branch 'main' into feat-support-overrides-in-buildfromoxlintconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix authored Dec 4, 2024
2 parents 2290e2c + e8c5e50 commit 6ee28c3
Show file tree
Hide file tree
Showing 7 changed files with 706 additions and 365 deletions.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tools]
pnpm = "9.14.2"
pnpm = "9.14.4"
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "eslint-plugin-oxlint",
"version": "0.13.2",
"version": "0.14.0",
"description": "Turn off all rules already supported by oxlint",
"type": "module",
"types": "./dist/index.d.ts",
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -66,13 +66,13 @@
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"memfs": "^4.14.0",
"oxlint": "^0.13.2",
"oxlint": "^0.14.0",
"prettier": "^3.3.3",
"scule": "^1.3.0",
"shelljs": "^0.8.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9",
"vite": "^6.0.0",
"vite-plugin-dts": "^4.2.4",
"vitest": "^2.1.3"
},
Expand Down
Loading

0 comments on commit 6ee28c3

Please sign in to comment.