Skip to content

Instantly share code, notes, and snippets.

@joonaspessi
Created October 22, 2020 16:19
Show Gist options
  • Save joonaspessi/f9b75fa29ea42be41e023154a3d00aff to your computer and use it in GitHub Desktop.
Save joonaspessi/f9b75fa29ea42be41e023154a3d00aff to your computer and use it in GitHub Desktop.
.eslintrc with recommended default linting rules. All formatting rules that collapses with prettier are disabled.
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment