File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" : {
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" ,
You can’t perform that action at this time.
0 commit comments