fix: do not force jsx parser in recommended configuration

BREAKING CHANGE: ecmaFeatures (jsx) has been removed from the ESLint parser options.
This commit is contained in:
Dominik Ferber
2016-03-09 18:18:31 +01:00
parent 5a828dd788
commit 0eff690446

View File

@@ -17,11 +17,6 @@ export default {
'template-naming-convention': templateNamingConvention,
},
configs: {
parserOptions: {
ecmaFeatures: {
jsx: true,
},
},
recommended: {
rules: {
'meteor/audit-argument-checks': 2,