Skip to content

Instantly share code, notes, and snippets.

@rakesh87
Created November 12, 2016 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rakesh87/2b10b78cd2b2bcd1872f97134fcdf577 to your computer and use it in GitHub Desktop.
Save rakesh87/2b10b78cd2b2bcd1872f97134fcdf577 to your computer and use it in GitHub Desktop.
.eslintrc.json file
{
"root": true,
"extends": [
"eslint:recommended",
"plugin:import/errors",
"plugin:import/warnings"
],
"parserOptions": {
"ecmaVersion": 7,
"sourceType": "module"
},
"env": {
"browser": true,
"node": true,
"mocha": true
},
"rules": {
"no-console": 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment