1
0
mirror of https://github.com/lexogrine/cs2-react-hud.git synced 2026-05-03 11:43:10 +02:00

updated some rules

This commit is contained in:
Hubert Walczak
2024-04-12 07:52:36 +02:00
parent dff9a6d4fb
commit 4a2a871458
2 changed files with 8 additions and 7 deletions
+6 -5
View File
@@ -1,12 +1,13 @@
{
"name": "cs2-react-hud",
"version": "1.0.0",
"version": "1.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cs2-react-hud",
"version": "1.0.0",
"version": "1.0.3",
"license": "MIT",
"dependencies": {
"csgogsi": "^3.0.1",
"jsonwebtoken": "^9.0.2",
@@ -4388,9 +4389,9 @@
}
},
"node_modules/vite": {
"version": "4.4.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz",
"integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==",
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz",
"integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==",
"dev": true,
"dependencies": {
"esbuild": "^0.18.10",
+2 -2
View File
@@ -16,8 +16,8 @@
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true
},
"include": ["src"],