diff --git a/package.json b/package.json index 67a8bb8..d554104 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", - "lint": "tslint -p tsconfig.json -c tslint.json && eslint nodes credentials package.json", - "lintfix": "tslint --fix -p tsconfig.json -c tslint.json && eslint nodes credentials package.json --fix", + "lint": "eslint nodes credentials package.json", + "lintfix": "eslint nodes credentials package.json --fix", "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json" }, "files": [ @@ -41,13 +41,12 @@ "devDependencies": { "@types/express": "^4.17.6", "@types/request-promise-native": "~1.0.15", - "@typescript-eslint/parser": "^5.36", + "@typescript-eslint/parser": "~5.45", "eslint-plugin-n8n-nodes-base": "^1.11.0", "gulp": "^4.0.2", "n8n-core": "*", "n8n-workflow": "*", "prettier": "^2.7.1", - "tslint": "^6.1.2", "typescript": "~4.8.4" } }