Skip to content

Commit 1226ba4

Browse files
committed
1.3.0
1 parent 3e56d72 commit 1226ba4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@standard-config/oxlint",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "Curated Oxlint config with sensible defaults",
55
"license": "MIT",
66
"author": {
@@ -66,8 +66,8 @@
6666
"fix": "pnpm format && pnpm lint && pnpm format",
6767
"format": "prettier --ignore-unknown --log-level=warn --write .",
6868
"format:check": "prettier --check --ignore-unknown .",
69-
"lint": "oxlint --fix --report-unused-disable-directives --type-aware",
70-
"lint:check": "oxlint --deny-warnings --report-unused-disable-directives --type-aware --type-check",
69+
"lint": "oxlint --fix --report-unused-disable-directives",
70+
"lint:check": "oxlint --deny-warnings --report-unused-disable-directives --type-check",
7171
"prepack": "pnpm run '/^(format:check|lint:check|test|typecheck)$/' && pnpm build",
7272
"prepare": "husky",
7373
"test": "vitest run",

0 commit comments

Comments
 (0)