Skip to content

Instantly share code, notes, and snippets.

@jhartikainen
Created March 5, 2015 20:15
Show Gist options
  • Select an option

  • Save jhartikainen/7dd4124631fcff66b43f to your computer and use it in GitHub Desktop.

Select an option

Save jhartikainen/7dd4124631fcff66b43f to your computer and use it in GitHub Desktop.
{
"env": {
//remove either of the lines below if you don't need it
//enable nodejs environment
"node": 1,
//enable browser environment
"browser": 1
},
"globals": {
//place settings for globals here, such as
"exampleGlobalVariable": true
},
"rules": {
//enable ESLint rules, such as
"eqeqeq": 1
},
"plugins": [
//you can put plugins here
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment