➕ Add eslint-plugin-n8n dependency
This commit is contained in:
parent
b61ff785f0
commit
ff96b5988f
1 changed files with 4 additions and 2 deletions
|
|
@ -23,7 +23,8 @@
|
|||
"lintfix": "tslint --fix -p tsconfig.json -c tslint.json",
|
||||
"nodelinter": "nodelinter",
|
||||
"watch": "tsc --watch",
|
||||
"test": "jest"
|
||||
"test": "jest",
|
||||
"lintfix-plugin": "cd ../.. && node_modules/eslint/bin/eslint.js packages/nodes-base/nodes --fix"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
@ -49,7 +50,8 @@
|
|||
"nodelinter": "^0.1.9",
|
||||
"ts-jest": "^26.3.0",
|
||||
"tslint": "^6.1.2",
|
||||
"typescript": "~4.3.5"
|
||||
"typescript": "~4.3.5",
|
||||
"eslint-plugin-n8n-nodes-base": "^1.0.43"
|
||||
},
|
||||
"dependencies": {
|
||||
"n8n-core": "~0.122.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue