Update README.md

pull/14/head
crocs 1 year ago committed by GitHub
parent d239fcf045
commit c292d03b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,4 +80,4 @@ Join us on [Discord](https://www.tubearchivist.com/discord) and help us improve
- [X] Dynamically inject buttons with mutation observer
## Making changes to the JavaScript
The JavaScript does not require any build step; you just edit the files directly. However, there is config for eslint and prettier (a linter and formatter respectively); their use is recommended but not required. To use them, install `node`, run `npm i` from the root directory of this repository to install dependencies, then run `npm run lint` and `npm run format` to run eslint and prettier respectively
The JavaScript does not require any build step; you just edit the files directly. However, there is config for eslint and prettier (a linter and formatter respectively); their use is recommended but not required. To use them, install `node`, run `npm i` from the root directory of this repository to install dependencies, then run `npm run lint` and `npm run format` to run eslint and prettier respectively.

Loading…
Cancel
Save