Skip to content

Instantly share code, notes, and snippets.

@piuccio
Last active March 11, 2019 05:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piuccio/dc8c443429c9de8a6871eb8e216f768d to your computer and use it in GitHub Desktop.
Save piuccio/dc8c443429c9de8a6871eb8e216f768d to your computer and use it in GitHub Desktop.
{
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2019
},
"env": {
"node": true,
"es6": true
},
"overrides": [{
"files": ["**/tests/**"],
"env": {
"jest": true
}
}],
"rules": {
"semi": ["error", "always"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment