Skip to content

Instantly share code, notes, and snippets.

@var-bin
Created December 23, 2017 14:50
Show Gist options
  • Save var-bin/a5b52ab5637b1b615ef59fb0fe8502db to your computer and use it in GitHub Desktop.
Save var-bin/a5b52ab5637b1b615ef59fb0fe8502db to your computer and use it in GitHub Desktop.
{
"extends": "eslint:recommended",
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"impliedStrict": false
}
},
"env": {
"browser": true,
"node": true,
"es6": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment