n8n/packages/@n8n_io/eslint-config/package.json
कारतोफ्फेलस्क्रिप्ट™ 0148631d28
build: Upgrade some of the backend dev-tooling (no-changelog) (#4589)
* upgrade ts-node

* move tslint and typescript to a single place

* source-map-support should be loaded in the `n8n` bin script, and not in core

* upgrade jest

* Support only node.js 14, 16, or 18
2022-11-14 15:37:32 +01:00

25 lines
661 B
JSON

{
"name": "@n8n_io/eslint-config",
"private": true,
"version": "0.0.1",
"devDependencies": {
"@types/eslint": "~8.4",
"@typescript-eslint/eslint-plugin": "~5.36",
"@typescript-eslint/parser": "~5.36",
"@vue/eslint-config-typescript": "~8.0",
"eslint": "~8.26",
"eslint-config-airbnb-typescript": "~17.0",
"eslint-config-prettier": "~8.5",
"eslint-plugin-diff": "~2.0",
"eslint-plugin-import": "~2.26",
"eslint-plugin-n8n-local-rules": "~1.0",
"eslint-plugin-prettier": "~4.2",
"eslint-plugin-vue": "~7.17",
"tslint": "^6.1.3"
},
"scripts": {
"clean": "rimraf .turbo",
"test": "jest"
}
}