Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eslint Ignore #47

Merged
merged 2 commits into from
Oct 12, 2015
Merged

Eslint Ignore #47

merged 2 commits into from
Oct 12, 2015

Conversation

levithomason
Copy link
Member

/docs/app was excluded from linting on precommit. This PR lints the entire code base on npm run lint which is also run on the precommit hook. I've also added an .eslintignore to exclude vendors, build artifacts, and test artifacts.

@@ -8,7 +8,7 @@
],
"scripts": {
"test": "karma start karma.conf.js",
"lint": "eslint src gulp test ./*.js",
"lint": "eslint .",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linting . is recursive by default.

@eanplatter
Copy link
Contributor

Seems legit 🍂

@athurman
Copy link
Contributor

🐙

levithomason added a commit that referenced this pull request Oct 12, 2015
@levithomason levithomason merged commit 286ec57 into master Oct 12, 2015
@levithomason levithomason deleted the feature/eslint-ignore branch October 12, 2015 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants