You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forgot I did this, but when running the fixer I had to specify in the parserOptions to run against the ES6 version due to several of our tests failing on ES5 which is the default. There are also options to use 7 and 8.
Should we add an option that allows the user to specify the Ecmascript version they want to run against? See https://eslint.org/demo/
The text was updated successfully, but these errors were encountered:
I forgot I did this, but when running the fixer I had to specify in the parserOptions to run against the ES6 version due to several of our tests failing on ES5 which is the default. There are also options to use 7 and 8.
Should we add an option that allows the user to specify the Ecmascript version they want to run against? See https://eslint.org/demo/
The text was updated successfully, but these errors were encountered: