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
Firefox supports most of ES6 but not all of it. For example, it doesn't support the import statement at the time of this writing.
Let's create an example of an extension that is configured with eslint to make sure that its code uses only JavaScript that is supported by Firefox. This example extension would not use a transpiler on the code.
Firefox supports most of ES6 but not all of it. For example, it doesn't support the import statement at the time of this writing.
Let's create an example of an extension that is configured with eslint to make sure that its code uses only JavaScript that is supported by Firefox. This example extension would not use a transpiler on the code.
I think there are some pre-configured lint rules to use, such as https://www.npmjs.com/package/eslint-plugin-mozilla
The text was updated successfully, but these errors were encountered: