fix(lint): remove @rushstack/eslint-patch

This commit is contained in:
Ismo Vuorinen
2024-09-17 14:09:16 +03:00
parent 5c8efb89db
commit be343f9cc5
3 changed files with 0 additions and 11 deletions

View File

@@ -1,6 +1,4 @@
/* eslint-env node */
require('@rushstack/eslint-patch/modern-module-resolution')
module.exports = {
root: true,
extends: [

8
package-lock.json generated
View File

@@ -11,7 +11,6 @@
"vue": "^3.4.21"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node22": "^22",
"@types/node": "^22",
"@vitejs/plugin-vue": "^5.0.4",
@@ -1539,13 +1538,6 @@
"win32"
]
},
"node_modules/@rushstack/eslint-patch": {
"version": "1.10.4",
"resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.4.tgz",
"integrity": "sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==",
"dev": true,
"license": "MIT"
},
"node_modules/@tsconfig/node22": {
"version": "22.0.0",
"resolved": "https://registry.npmjs.org/@tsconfig/node22/-/node22-22.0.0.tgz",

View File

@@ -16,7 +16,6 @@
"vue": "^3.4.21"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node22": "^22",
"@types/node": "^22",
"@vitejs/plugin-vue": "^5.0.4",