Skip to content

Instantly share code, notes, and snippets.

@oxodesign
Created August 8, 2020 08:51
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 oxodesign/f9a16f0743598bc456fa15b0cbbae183 to your computer and use it in GitHub Desktop.
Save oxodesign/f9a16f0743598bc456fa15b0cbbae183 to your computer and use it in GitHub Desktop.
{
"env": {
"es2020": true,
"node": true
},
"extends": [
"standard"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 11,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment