mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
✨ Integrate nodelinter into n8n (#2071)
This commit is contained in:
parent
5ad9a29fa4
commit
92f98d4bcc
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -14,3 +14,4 @@ _START_PACKAGE
|
|||
.idea
|
||||
.prettierrc.js
|
||||
vetur.config.js
|
||||
nodelinter.config.js
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
"build": "tsc && gulp",
|
||||
"tslint": "tslint -p tsconfig.json -c tslint.json",
|
||||
"tslintfix": "tslint --fix -p tsconfig.json -c tslint.json",
|
||||
"nodelinter": "nodelinter",
|
||||
"watch": "tsc --watch",
|
||||
"test": "jest"
|
||||
},
|
||||
|
@ -634,6 +635,7 @@
|
|||
"gulp": "^4.0.0",
|
||||
"jest": "^26.4.2",
|
||||
"n8n-workflow": "~0.64.0",
|
||||
"nodelinter": "^0.1.9",
|
||||
"ts-jest": "^26.3.0",
|
||||
"tslint": "^6.1.2",
|
||||
"typescript": "~3.9.7"
|
||||
|
|
Loading…
Reference in a new issue