Add eslint-plugin-n8n dependency

This commit is contained in:
brianinoa 2022-06-20 15:17:10 +02:00
commit ff96b5988f

View file

@ -23,7 +23,8 @@
"lintfix": "tslint --fix -p tsconfig.json -c tslint.json", "lintfix": "tslint --fix -p tsconfig.json -c tslint.json",
"nodelinter": "nodelinter", "nodelinter": "nodelinter",
"watch": "tsc --watch", "watch": "tsc --watch",
"test": "jest" "test": "jest",
"lintfix-plugin": "cd ../.. && node_modules/eslint/bin/eslint.js packages/nodes-base/nodes --fix"
}, },
"files": [ "files": [
"dist" "dist"
@ -49,7 +50,8 @@
"nodelinter": "^0.1.9", "nodelinter": "^0.1.9",
"ts-jest": "^26.3.0", "ts-jest": "^26.3.0",
"tslint": "^6.1.2", "tslint": "^6.1.2",
"typescript": "~4.3.5" "typescript": "~4.3.5",
"eslint-plugin-n8n-nodes-base": "^1.0.43"
}, },
"dependencies": { "dependencies": {
"n8n-core": "~0.122.1" "n8n-core": "~0.122.1"