Files
webextensions-examples/eslint-example

ESLint Example

What it shows

A project configured to use the Mozilla ESlint configuration. By using a linter on your extension source code you can be sure that you will only be writing JavaScript that is compatible with Firefox.

How to use

  • run npm install to install packages
  • run npm run lint to use eslint