mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-14 01:36:08 -07:00
Add eslint_d
This commit is contained in:
parent
cd190d2cb5
commit
49daf2b351
2 changed files with 62 additions and 3 deletions
|
|
@ -17,12 +17,13 @@
|
|||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-prefer-arrow-functions": "^3.1.4"
|
||||
"eslint-plugin-prefer-arrow-functions": "^3.1.4",
|
||||
"eslint_d": "^11.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node ./tests/runTests.js",
|
||||
"lint": "eslint FlowPluginsTs Community methods examples tests --ext js,ts",
|
||||
"lint:fix": "eslint FlowPluginsTs Community methods examples tests --ext js,ts --fix",
|
||||
"lint": "eslint_d FlowPluginsTs Community methods examples tests --ext js,ts",
|
||||
"lint:fix": "eslint_d 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