Skip to content

Instantly share code, notes, and snippets.

@birendra-b
Created June 29, 2020 16:16
Show Gist options
  • Save birendra-b/d89e6af0f18a8dac276bbbfca768f151 to your computer and use it in GitHub Desktop.
Save birendra-b/d89e6af0f18a8dac276bbbfca768f151 to your computer and use it in GitHub Desktop.
ESLint file with basic configuration
{
"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