Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
fix: do not force jsx parser in recommended configuration
Browse files Browse the repository at this point in the history
BREAKING CHANGE: ecmaFeatures (jsx) has been removed from the ESLint parser options.
  • Loading branch information
dferber90 committed Mar 9, 2016
1 parent 5a828dd commit 0eff690
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ export default {
'template-naming-convention': templateNamingConvention,
},
configs: {
parserOptions: {
ecmaFeatures: {
jsx: true,
},
},
recommended: {
rules: {
'meteor/audit-argument-checks': 2,
Expand Down

0 comments on commit 0eff690

Please sign in to comment.