Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Add .gitignore as ignore-path to ESLint (#954)
Browse files Browse the repository at this point in the history
To avoid lint the `build` folder.
  • Loading branch information
abdonrd authored and robdodson committed Jan 10, 2017
1 parent 066d707 commit 8e74373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"eslint-plugin-html": "^1.7.0"
},
"scripts": {
"lint": "eslint . --ext js,html; exit 0;",
"lint": "eslint . --ext js,html --ignore-path .gitignore",
"test": "npm run lint && polymer test"
}
}

0 comments on commit 8e74373

Please sign in to comment.