diff --git a/.vscode/settings.json b/.vscode/settings.json index f413f00..4566de2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -29,7 +29,8 @@ "editor.codeActionsOnSave": { "source.fixAll.eslint": "never", "source.fixAll.stylelint": "never", - "source.fixAll.oxc": "never" + "source.fixAll.oxc": "never", + "source.organizeImports": "never" }, "editor.formatOnSave": false } diff --git a/package.json b/package.json index ed803a4..0e83913 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,8 @@ "lint-staged": { "src/**/*.{js,ts,tsx,vue}": [ "prettier --write", - "eslint --fix" + "eslint --fix", + "oxlint --fix" ] }, "pnpm": {