From 62178228919a57c6a41098423c88d4a2a1bef7ed Mon Sep 17 00:00:00 2001 From: Rikki Schulte Date: Sat, 1 Jul 2023 20:04:21 +0200 Subject: [PATCH] fix: remove extra --gitignore --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7738f00a9ac..005d9a48e49 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "license-check": "jsgl --local ./", "lint": "yarn eslint && yarn lint-check && yarn pretty-check && yarn lint-cspell", "lint-check": "eslint-config-prettier .eslintrc.js", - "lint-cspell": "cspell --unique --gitignore --no-progress --no-must-find-files", + "lint-cspell": "cspell --unique --no-progress --no-must-find-files", "lint-fix": "yarn eslint --fix", "postbuild": "yarn workspace codemirror-graphql run postbuild", "prebuild-bundles": "yarn build-bundles-clean",