No description
Find a file
dependabot[bot] 49d20d70c4
Bump json5 from 1.0.1 to 1.0.2
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-07 22:36:33 +00:00
.github Use lf 2022-05-23 08:05:08 +01:00
Community Merge pull request #285 from aunefyren/master 2022-11-30 19:18:46 +01:00
examples Small changes (#273) 2022-03-09 06:44:40 +01:00
methods Lint filters (#281) 2022-03-19 16:46:26 +01:00
tests Merge pull request #285 from aunefyren/master 2022-11-30 19:18:46 +01:00
.eslintrc.json Use ecma 2020 2022-08-31 17:37:57 +01:00
.gitignore Fixes #129 + gitignore IDE files 2021-02-16 22:58:40 +01:00
LICENSE Initial commit 2019-09-22 20:13:53 +01:00
package-lock.json Bump json5 from 1.0.1 to 1.0.2 2023-01-07 22:36:33 +00:00
package.json Add Tdarr_Plugin_b38x_Nosirus_h265_aac_no_meta test 2022-05-22 12:55:00 +01:00
README.md Update README.md 2022-08-22 03:14:34 +02:00

Tdarr_Plugins

Visit the docs for more info: https://docs.tdarr.io/docs/plugins/basics

Development

Make sure NodeJS v16 is installed

Install dependencies:

npm install

Run ESLint:

npm run lint:fix

Check plugins using some extra custom rules:

npm run checkPlugins

Run tests:

npm run test