diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..dd4cb04 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,2 @@ +README.md +app/**/* diff --git a/package.json b/package.json index 2c0ea5f..4d981d9 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 --ignore-pattern app/**/* .", + "lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .", "format": "prettier --write --plugin-search-dir=. ." }, "keywords": [