diff --git a/package.json b/package.json index 57bb522fd6..d521103632 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "build:server-native": "yarn workspace @affine/server-native build", "start:web-static": "yarn workspace @affine/web static-server", "lint:eslint": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" eslint --report-unused-disable-directives-severity=off . --cache", - "lint:eslint:fix": "yarn lint:eslint --fix", + "lint:eslint:fix": "yarn lint:eslint --fix --fix-type problem,suggestion,layout", "lint:prettier": "prettier --ignore-unknown --cache --check .", "lint:prettier:fix": "prettier --ignore-unknown --cache --write .", "lint:ox": "oxlint -c oxlint.json --deny-warnings",