mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
update with requested changes
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
## What it shows
|
||||
|
||||
A project configured to use the [Mozilla ESlint configuration](https://www.npmjs.com/package/eslint-plugin-mozilla)
|
||||
A project configured to use the [Mozilla ESlint configuration](https://www.npmjs.com/package/eslint-plugin-mozilla). 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.
|
||||
|
||||
* to run locally configured eslint use `npm run lint`
|
||||
## How to use
|
||||
|
||||
* run `npm install` to install packages
|
||||
* run `npm run lint` to use eslint
|
||||
Reference in New Issue
Block a user