removed map warning 2,3 and 7 for jeff

This commit is contained in:
Tom Odem 2024-05-10 06:56:29 -07:00
parent 27ff5052cd
commit e57a5aff72
3 changed files with 8 additions and 8 deletions

8
package-lock.json generated
View File

@ -50,7 +50,7 @@
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"typescript": "^5.4.2",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^1.2.0"
@ -10630,9 +10630,9 @@
"dev": true
},
"node_modules/vite": {
"version": "5.2.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.2.10.tgz",
"integrity": "sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==",
"version": "5.2.11",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz",
"integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==",
"dev": true,
"dependencies": {
"esbuild": "^0.20.1",

View File

@ -58,7 +58,7 @@
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"typescript": "^5.4.2",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^1.2.0"

View File

@ -173,12 +173,12 @@ const warn8: MapWarningWidget = {
const initailMapWarnings: WidgetMap = {
[warn1.id]: warn1,
[warn2.id]: warn2,
[warn3.id]: warn3,
//[warn2.id]: warn2,
//[warn3.id]: warn3,
[warn4.id]: warn4,
[warn5.id]: warn5,
[warn6.id]: warn6,
[warn7.id]: warn7,
//[warn7.id]: warn7,
[warn8.id]: warn8,
};