Skip to content

Commit 5e81fb4

Browse files
committed
📦 Update dependencies
1 parent 4058614 commit 5e81fb4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
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": [
@@ -41,13 +41,12 @@
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
}

0 commit comments

Comments
 (0)