Skip to content

Commit

Permalink
Merge pull request #189 from zardoy/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy authored Jan 17, 2024
2 parents 8338336 + 3dff0af commit 16b2f50
Show file tree
Hide file tree
Showing 35 changed files with 667 additions and 831 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
src/generated.ts
src/configurationType.ts
src/configurationTypeCache.jsonc
playground.ts
Expand Down
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
}
]
}
]
],
"unicorn/switch-case-braces": "off",
"@typescript-eslint/consistent-type-imports": "off",
"@typescript-eslint/ban-types": "off",
"sonarjs/prefer-single-boolean-return": "off"
},
"overrides": [
{
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"tsm": "^2.3.0",
"type-fest": "^2.13.1",
"typed-jsonfile": "^0.2.1",
"typescript": "5.1.6",
"typescript": "5.3.3",
"vite": "^4.1.1",
"vitest": "^0.34.6",
"vitest-environment-ts-plugin": "./vitest-environment-ts-plugin",
Expand Down Expand Up @@ -176,8 +176,8 @@
"chokidar-cli": "^3.0.0",
"delay": "^5.0.0",
"escape-string-regexp": "^5.0.0",
"eslint": "^8.7.0",
"eslint-config-zardoy": "^0.2.12",
"eslint": "^8.56.0",
"eslint-config-zardoy": "^0.2.17",
"glob": "^8.0.3",
"lodash": "^4.17.21",
"lodash.get": "^4.4.2",
Expand All @@ -191,7 +191,7 @@
"require-from-string": "^2.0.2",
"semver": "^7.3.8",
"string-dedent": "^3.0.1",
"ts-expose-internals": "^4.9.3",
"ts-expose-internals": "^5.3.3",
"ts-simple-type": "^1.0.7",
"unleashed-typescript": "^1.3.0",
"vscode-framework": "^0.0.18",
Expand Down
Loading

0 comments on commit 16b2f50

Please sign in to comment.