Skip to content

Commit

Permalink
eslintrc.json: Removed duplicate parserOptions (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrances107 authored and dawehner committed May 31, 2019
1 parent 9bddcec commit c9bf8a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
"plugin:prettier/recommended",
"plugin:jsx-a11y/recommended"
],
"parser": "typescript-eslint-parser",
"parserOptions": {
"jsx": true
},
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 6,
Expand Down

0 comments on commit c9bf8a5

Please sign in to comment.