File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2020 "build" : " tsc && gulp build:icons" ,
2121 "dev" : " tsc --watch" ,
2222 "format" : " prettier nodes credentials --write" ,
23- "lint" : " tslint -p tsconfig.json -c tslint.json && eslint nodes credentials package.json" ,
24- "lintfix" : " tslint --fix -p tsconfig.json -c tslint.json && eslint nodes credentials package.json --fix" ,
23+ "lint" : " eslint nodes credentials package.json" ,
24+ "lintfix" : " eslint nodes credentials package.json --fix" ,
2525 "prepublishOnly" : " npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
2626 },
2727 "files" : [
4141 "devDependencies" : {
4242 "@types/express" : " ^4.17.6" ,
4343 "@types/request-promise-native" : " ~1.0.15" ,
44- "@typescript-eslint/parser" : " ^5.36 " ,
44+ "@typescript-eslint/parser" : " ~5.45 " ,
4545 "eslint-plugin-n8n-nodes-base" : " ^1.11.0" ,
4646 "gulp" : " ^4.0.2" ,
4747 "n8n-core" : " *" ,
4848 "n8n-workflow" : " *" ,
4949 "prettier" : " ^2.7.1" ,
50- "tslint" : " ^6.1.2" ,
5150 "typescript" : " ~4.8.4"
5251 }
5352}
You can’t perform that action at this time.
0 commit comments