mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
26 lines
725 B
JSON
26 lines
725 B
JSON
{
|
|
"name": "@n8n_io/eslint-config",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"devDependencies": {
|
|
"@types/eslint": "~8.37",
|
|
"@typescript-eslint/eslint-plugin": "~5.59",
|
|
"@typescript-eslint/parser": "~5.59",
|
|
"@vue/eslint-config-typescript": "~8.0",
|
|
"eslint": "~8.39",
|
|
"eslint-config-airbnb-typescript": "~17.0",
|
|
"eslint-config-prettier": "~8.8",
|
|
"eslint-import-resolver-typescript": "~3.5",
|
|
"eslint-plugin-diff": "~2.0",
|
|
"eslint-plugin-import": "~2.27",
|
|
"eslint-plugin-n8n-local-rules": "~1.0",
|
|
"eslint-plugin-prettier": "~4.2",
|
|
"eslint-plugin-unicorn": "~46.0",
|
|
"eslint-plugin-vue": "~7.17"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf .turbo",
|
|
"test": "jest"
|
|
}
|
|
}
|