Skip to content

Instantly share code, notes, and snippets.

@aonrobot
Created May 29, 2021 01:12
Show Gist options
  • Save aonrobot/eab95020d8965bdfdbe7bb3ff1069a62 to your computer and use it in GitHub Desktop.
Save aonrobot/eab95020d8965bdfdbe7bb3ff1069a62 to your computer and use it in GitHub Desktop.
{
"parserOptions": {
"ecmaVersion": 2018
},
"env": {
"es6": true,
"node": true,
"commonjs": true,
"jest": true
},
"plugins": [
"prettier"
],
"rules": {
"no-unused-vars": "warn",
"no-inner-declarations": "warn",
"prettier/prettier": "off"
},
"extends": ["eslint:recommended"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment