diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..911952d --- /dev/null +++ b/.eslintignore @@ -0,0 +1,7 @@ +node_modules +dist +.DS_Store +.env +.gitignore +coverage +example \ No newline at end of file diff --git a/package.json b/package.json index bb71721..e6f6ab8 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "start-example": "cd example && npm start", "build": "tsc", "test": "npm run lint", - "lint": "eslint --ignore-path .gitignore --ext .js --ext .ts --ext .tsx .", + "lint": "eslint --ignore-path .eslintignore --ext .js --ext .ts --ext .tsx .", "format": "prettier --ignore-path .gitignore './**/*.{css,yml,js,ts,tsx,json}' --write", "release": "release-it --non-interactive", "changelog": "auto-changelog -p",