🔧 Ignore app dir in ESLint script

This commit is contained in:
RaviAnand Mohabir 2022-01-12 18:33:47 +01:00
parent 535c4dd150
commit f536d0ed26

View File

@ -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": [