diff --git a/package.json b/package.json index 0d8de4118b6..4d7f9f88b4d 100644 --- a/package.json +++ b/package.json @@ -58,8 +58,7 @@ "format": "yarn eslint --fix && yarn pretty", "jest": "jest --testPathIgnorePatterns cm6-graphql", "license-check": "jsgl --local ./", - "lint": "yarn eslint && yarn lint-check && yarn pretty-check && yarn lint-cspell", - "lint-check": "eslint-config-prettier .eslintrc.js", + "lint": "yarn eslint && yarn pretty-check && yarn lint-cspell", "lint-cspell": "cspell --unique", "lint-fix": "yarn eslint --fix", "postbuild": "yarn workspace codemirror-graphql run postbuild",