Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created December 24, 2016 13:28
Show Gist options
  • Select an option

  • Save javaeeeee/22a3cfa754fdb46a952f7c82f749fe8c to your computer and use it in GitHub Desktop.

Select an option

Save javaeeeee/22a3cfa754fdb46a952f7c82f749fe8c to your computer and use it in GitHub Desktop.
.eslintrc.js file to configure ESLint to work with AngularJS
module.exports = {
"extends": ["angular", "eslint:recommended"],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment