mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
381 B
381 B
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 installto install packages - run
npm run lintto use eslint