Skip to content

Instantly share code, notes, and snippets.

@jsegomez
Created October 6, 2021 03:12
Show Gist options
  • Save jsegomez/32d4b6ad953d091b2193e1bb1cd01a2e to your computer and use it in GitHub Desktop.
Save jsegomez/32d4b6ad953d091b2193e1bb1cd01a2e to your computer and use it in GitHub Desktop.
{
"parserOptions": {
"ecmaVersion": 2018
},
"extends": [
"eslint:recommended",
"prettier"
],
"env": {
"es6": true,
"node": true,
"jest": true
},
"rules": {
"no-console": "warn"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment