Skip to content

Instantly share code, notes, and snippets.

@soareschen
Created August 13, 2016 09:13
Show Gist options
  • Save soareschen/07b1336820a4938c80a8fbc4ca959a33 to your computer and use it in GitHub Desktop.
Save soareschen/07b1336820a4938c80a8fbc4ca959a33 to your computer and use it in GitHub Desktop.
ESLint RC
{
"parserOptions": {
"ecmaVersion": 7,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"no-undef": 1,
"no-unused-vars": 1
},
"parser": "babel-eslint",
"env": {
"node": true,
"es6": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment