diff --git a/frontend/.oxlintrc.json b/frontend/.oxlintrc.json new file mode 100644 index 00000000..5818bd22 --- /dev/null +++ b/frontend/.oxlintrc.json @@ -0,0 +1,10 @@ +{ + "plugins": ["typescript", "vue"], + "categories": { + "correctness": "error" + }, + "rules": { + "typescript/no-explicit-any": "warn" + }, + "ignorePatterns": ["dist", "node_modules"] +} diff --git a/frontend/index.html b/frontend/index.html index bd658e32..082195ae 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -30,6 +30,6 @@
- +