Skip to content

Commit 16b2f50

Browse files
authored
Merge pull request #189 from zardoy/develop
2 parents 8338336 + 3dff0af commit 16b2f50

35 files changed

+667
-831
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
src/generated.ts
12
src/configurationType.ts
23
src/configurationTypeCache.jsonc
34
playground.ts

.eslintrc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
}
3030
]
3131
}
32-
]
32+
],
33+
"unicorn/switch-case-braces": "off",
34+
"@typescript-eslint/consistent-type-imports": "off",
35+
"@typescript-eslint/ban-types": "off",
36+
"sonarjs/prefer-single-boolean-return": "off"
3337
},
3438
"overrides": [
3539
{

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"tsm": "^2.3.0",
147147
"type-fest": "^2.13.1",
148148
"typed-jsonfile": "^0.2.1",
149-
"typescript": "5.1.6",
149+
"typescript": "5.3.3",
150150
"vite": "^4.1.1",
151151
"vitest": "^0.34.6",
152152
"vitest-environment-ts-plugin": "./vitest-environment-ts-plugin",
@@ -176,8 +176,8 @@
176176
"chokidar-cli": "^3.0.0",
177177
"delay": "^5.0.0",
178178
"escape-string-regexp": "^5.0.0",
179-
"eslint": "^8.7.0",
180-
"eslint-config-zardoy": "^0.2.12",
179+
"eslint": "^8.56.0",
180+
"eslint-config-zardoy": "^0.2.17",
181181
"glob": "^8.0.3",
182182
"lodash": "^4.17.21",
183183
"lodash.get": "^4.4.2",
@@ -191,7 +191,7 @@
191191
"require-from-string": "^2.0.2",
192192
"semver": "^7.3.8",
193193
"string-dedent": "^3.0.1",
194-
"ts-expose-internals": "^4.9.3",
194+
"ts-expose-internals": "^5.3.3",
195195
"ts-simple-type": "^1.0.7",
196196
"unleashed-typescript": "^1.3.0",
197197
"vscode-framework": "^0.0.18",

0 commit comments

Comments
 (0)