Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 14, 2020 09:57
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 velotiotech/9f2c1079a009c1453f9a8960317cbcea to your computer and use it in GitHub Desktop.
Save velotiotech/9f2c1079a009c1453f9a8960317cbcea to your computer and use it in GitHub Desktop.
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment