Files
rebloor 82217a05bc Replace var with let in examples (#484)
* Replace var with let in examples

store-collected-images/webextension-plain/deps/uuidv4.js

* Reverted third–party code
2022-08-11 04:27:28 +12:00
..
2016-11-01 05:49:20 +00:00

ESLint Example

What it shows

This shows how to configure a WebExtension with eslint to protect against writing JavaScript code that may be incompatible with modern versions of Firefox or Chrome.

How to use it

This requires NodeJS and npm.

  • Change into the example directory and run npm install to install all dependencies.
  • Execute npm run lint to view a report of any coding errors.