mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 05:59:42 -08:00
17 lines
485 B
JSON
17 lines
485 B
JSON
|
{
|
||
|
"name": "@n8n_io/eslint-config",
|
||
|
"private": true,
|
||
|
"devDependencies": {
|
||
|
"@types/eslint": "8.4.6",
|
||
|
"@typescript-eslint/eslint-plugin": "^5.36.2",
|
||
|
"@typescript-eslint/parser": "^5.36.2",
|
||
|
"@vue/eslint-config-typescript": "^11.0.0",
|
||
|
"eslint": "8.23.0",
|
||
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
||
|
"eslint-config-prettier": "^8.5.0",
|
||
|
"eslint-plugin-import": "^2.26.0",
|
||
|
"eslint-plugin-prettier": "^4.2.1",
|
||
|
"eslint-plugin-vue": "^9.4.0"
|
||
|
}
|
||
|
}
|