Skip to content

Instantly share code, notes, and snippets.

@bnguyensn
Created October 29, 2019 21:56
Show Gist options
  • Save bnguyensn/e60e113a8472ae5d9ea52c680d546014 to your computer and use it in GitHub Desktop.
Save bnguyensn/e60e113a8472ae5d9ea52c680d546014 to your computer and use it in GitHub Desktop.
Standard .eslintrc.json
{
"extends": ["eslint:recommended", "prettier"],
"env": {
"es6": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment