Created
December 24, 2016 13:28
-
-
Save javaeeeee/22a3cfa754fdb46a952f7c82f749fe8c to your computer and use it in GitHub Desktop.
.eslintrc.js file to configure ESLint to work with AngularJS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = { | |
| "extends": ["angular", "eslint:recommended"], | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment