From 2f15e202b194387a1bd78fc778268fb9b8c0fa12 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Sun, 2 Jul 2023 11:34:32 +0200 Subject: [PATCH] Fix eslint errors (#3315) --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",