Skip to content

Commit

Permalink
chore: enable additional linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Jan 8, 2024
1 parent e3109e9 commit 5b7e68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build": "vite build",
"fix:fmt": "dprint fmt",
"check:fmt": "dprint check",
"check:lint": "oxlint src"
"check:lint": "oxlint src -D correctness -D pedantic"
},
"imports": {
"#const/*": "./src/const/*"
Expand All @@ -42,7 +42,7 @@
"core-js": "^3.33.2",
"dprint": "^0.43.0",
"lightningcss": "1.22.0",
"oxlint": "^0.1.0",
"oxlint": "^0.0.18",
"rollup-plugin-swc3": "^0.11.0",
"toggle-switch-css": "^1.0.3",
"typescript": "^5.2.2",
Expand Down

0 comments on commit 5b7e68c

Please sign in to comment.