mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 15:44:06 -08:00
0148631d28
* 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
25 lines
661 B
JSON
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"
|
|
}
|
|
}
|