From 2c9ef916f481b08d2e7a6239016c50fb51046299 Mon Sep 17 00:00:00 2001 From: Brooooooklyn Date: Fri, 20 Dec 2024 06:28:44 +0000 Subject: [PATCH] style: do not autofix eslint directive (#9218) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57bb522fd6903..d52110363242b 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",