Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sahinvardar committed Oct 27, 2024
1 parent 6402a00 commit 658f7f8
Show file tree
Hide file tree
Showing 5 changed files with 650 additions and 590 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = {
ecmaVersion: 2021
},
rules: {
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'turbo/no-undeclared-env-vars': 'off',
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"svelte": "5.x"
},
"devDependencies": {
"@types/estree": "^1.0.6",
"@types/lodash": "^4.14.195",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^6.11.0",
Expand All @@ -49,7 +50,7 @@
"semantic-release": "^22.0.8",
"svelte": "^5.1.3",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
"vitest": "^2.1.3"
},
"keywords": [],
"lint-staged": {
Expand Down
Loading

0 comments on commit 658f7f8

Please sign in to comment.