Skip to content

Commit fab583f

Browse files
committed
WIP
1 parent 7f8c12c commit fab583f

File tree

3 files changed

+316
-1
lines changed

3 files changed

+316
-1
lines changed

vue/.eslintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"vue/multi-word-component-names": "off",
2424
"vue/no-parsing-error": "warn",
2525
"tailwindcss/no-custom-classname": "off",
26-
"@typescript-eslint/no-unused-expressions": ["error", { "allowShortCircuit": true, "allowTernary": true }]
26+
"@typescript-eslint/no-unused-expressions": ["error", { "allowShortCircuit": true, "allowTernary": true }],
27+
"@typescript-eslint/no-explicit-any": "off",
28+
"@typescript-eslint/no-unused-vars": "off",
29+
"@typescript-eslint/ban-types": "off"
2730
}
2831
}

vue/package-lock.json

Lines changed: 310 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vue/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
},
2929
"devDependencies": {
3030
"@inertiajs/vue3": "^1.3.0||^2.0.0",
31+
"@typescript-eslint/eslint-plugin": "^6.0.0",
32+
"@typescript-eslint/parser": "^6.0.0",
3133
"@vitejs/plugin-vue": "^5.2.0",
3234
"@vitest/coverage-v8": "^2.1.1",
3335
"@vitest/ui": "^2.1.1",

0 commit comments

Comments
 (0)