fix: actually remove eslint-config-google

This commit is contained in:
Tom Hu 2024-10-02 14:47:04 -05:00
parent feb6844d5d
commit a3de2a0699
No known key found for this signature in database
GPG key ID: 79155678363963D2
2 changed files with 0 additions and 15 deletions

14
package-lock.json generated
View file

@ -21,7 +21,6 @@
"@typescript-eslint/parser": "^8.8.0",
"@vercel/ncc": "^0.38.2",
"eslint": "^9.11.1",
"eslint-config-google": "^0.14.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"ts-jest": "^29.2.5",
@ -2684,19 +2683,6 @@
}
}
},
"node_modules/eslint-config-google": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.14.0.tgz",
"integrity": "sha512-WsbX4WbjuMvTdeVL6+J3rK1RGhCTqjsFjX7UMSMgZiyxxaNLkoJENbrGExzERFeoTpGw3F3FypTiWAP9ZXzkEw==",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": ">=0.10.0"
},
"peerDependencies": {
"eslint": ">=5.16.0"
}
},
"node_modules/eslint-scope": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.1.0.tgz",

View file

@ -35,7 +35,6 @@
"@typescript-eslint/parser": "^8.8.0",
"@vercel/ncc": "^0.38.2",
"eslint": "^9.11.1",
"eslint-config-google": "^0.14.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"ts-jest": "^29.2.5",