mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 15:44:06 -08:00
0e4cda5763
* 🔥 Remove `tslint.json` * 🔥 Remove TSLint commands * 🔥 Remove exceptions in `editor-ui` * 🔥 Remove from `.npmignore` * 🔥 Remove from `eslint-config` * 🔥 Remove exception from `design-system` * 🎨 Prettify * 📦 Update pnpm-lock * 🔥 Remove duplicate import * 🔥 Remove exemption for `no-explicit-any` * 👕 Inline `no-explicit-any` exemptions
24 lines
637 B
JSON
24 lines
637 B
JSON
{
|
|
"name": "@n8n_io/eslint-config",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"devDependencies": {
|
|
"@types/eslint": "~8.4",
|
|
"@typescript-eslint/eslint-plugin": "~5.45",
|
|
"@typescript-eslint/parser": "~5.45",
|
|
"@vue/eslint-config-typescript": "~8.0",
|
|
"eslint": "~8.28",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf .turbo",
|
|
"test": "jest"
|
|
}
|
|
}
|