mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
@@ -17,11 +17,6 @@ export default {
|
||||
'template-naming-convention': templateNamingConvention,
|
||||
},
|
||||
configs: {
|
||||
parserOptions: {
|
||||
ecmaFeatures: {
|
||||
jsx: true,
|
||||
},
|
||||
},
|
||||
recommended: {
|
||||
rules: {
|
||||
'meteor/audit-argument-checks': 2,
|
||||
|
||||
Reference in New Issue
Block a user