Skip to content

Commit

Permalink
.eslintrc.js: Remove unnecessary parserOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jan 15, 2019
1 parent bcec979 commit a9075c4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ const config = {
'mocha/no-exclusive-tests': 'error',
'mocha/no-nested-tests': 'error',
'mocha/no-identical-title': 'error'
},
parserOptions: {
ecmaVersion: 9,
ecmaFeatures: {
globalReturn: true,
jsx: true
},
sourceType: 'module'
}
};

Expand Down

0 comments on commit a9075c4

Please sign in to comment.