mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-13 01:10:27 -07:00
Update community plugin lint rules, add ts
This commit is contained in:
parent
17f2dd6b3a
commit
92f97a8c81
93 changed files with 1722 additions and 631 deletions
10
package.json
10
package.json
|
|
@ -9,16 +9,20 @@
|
|||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.5.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.14.1",
|
||||
"@typescript-eslint/parser": "^4.14.1",
|
||||
"chai": "^4.3.6",
|
||||
"eslint": "^7.14.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1"
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-prefer-arrow-functions": "^3.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node ./tests/runTests.js",
|
||||
"lint": "eslint Community methods examples tests --ext js",
|
||||
"lint:fix": "eslint Community methods examples tests --ext js --fix",
|
||||
"lint": "eslint FlowPluginsTs Community methods examples tests --ext js,ts",
|
||||
"lint:fix": "eslint FlowPluginsTs Community methods examples tests --ext js,ts --fix",
|
||||
"checkPlugins": "node ./tests/checkPlugins.js"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue