Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created January 13, 2017 21:43
Show Gist options
  • Save javaeeeee/e3b5738b5950f7276868c11cae79ddfd to your computer and use it in GitHub Desktop.
Save javaeeeee/e3b5738b5950f7276868c11cae79ddfd to your computer and use it in GitHub Desktop.
ESLint settings to prevent it yelling in Jasmine spec files
module.exports = {
"extends": ["angular", "eslint:recommended"],
"plugins":["jasmine"],
"env":{
"jasmine":true,
"node":true
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment