mirror of
https://github.com/documenso/documenso.git
synced 2026-07-21 15:33:40 +10:00
chore: migrate linting and formatting to oxlint and oxfmt
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"dev": "next dev -p 3003",
|
||||
"build": "next build",
|
||||
"start": "next start -p 3003",
|
||||
"lint:fix": "next lint --fix",
|
||||
"lint:fix": "oxlint --type-aware --fix .",
|
||||
"clean": "rimraf .next && rimraf node_modules"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user