From f536d0ed26c8b9b2602cd8b98cc512fe6ed96ecb Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Wed, 12 Jan 2022 18:33:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Ignore=20app=20dir=20in=20ESLint?= =?UTF-8?q?=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d981d9..2c0ea5f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "build": "rollup --config", "dev": "rollup --config --watch", "test": "echo \"Error: no test specified\" && exit 1", - "lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .", + "lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore --ignore-pattern app/**/* .", "format": "prettier --write --plugin-search-dir=. ." }, "keywords": [