Skip to content

Commit

Permalink
Ensure we use the correct eslint parser
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Jun 15, 2019
1 parent b95dc68 commit 48c45ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"parser": "@typescript-eslint/parser",
"extends": [
"react-app",
"plugin:prettier/recommended",
Expand All @@ -7,6 +8,7 @@
"prettier/react"
],
"plugins": [
"@typescript-eslint",
"import",
"jsx-a11y",
"prettier",
Expand All @@ -17,4 +19,4 @@
"no-use-before-define": "off",
"prettier/prettier": "error"
}
}
}

0 comments on commit 48c45ae

Please sign in to comment.