mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-11 23:24:06 -08:00
28 lines
809 B
JSON
28 lines
809 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": "^11.0.3",
|
|
"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-unused-imports": "~2.0",
|
|
"eslint-plugin-vue": "^9.12.0",
|
|
"vue-eslint-parser": "^9.3.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf .turbo",
|
|
"test": "jest"
|
|
}
|
|
}
|