Skip to content

Instantly share code, notes, and snippets.

@drochgenius
Created June 29, 2019 19:20
Show Gist options
  • Save drochgenius/88e725dc2896603b64df593d56d47210 to your computer and use it in GitHub Desktop.
Save drochgenius/88e725dc2896603b64df593d56d47210 to your computer and use it in GitHub Desktop.
ESLint configuration for TypeScript
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"plugin:@typescript-eslint/recommended"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment