Skip to content

Commit

Permalink
Merge pull request #256 from torusresearch/feat/clean-urls
Browse files Browse the repository at this point in the history
Feat/clean urls
  • Loading branch information
chaitanyapotti authored Aug 24, 2023
2 parents 44cc15b + b55bc6a commit 8346b41
Show file tree
Hide file tree
Showing 6 changed files with 5,552 additions and 13,562 deletions.
1 change: 1 addition & 0 deletions examples/vue-example/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
ecmaVersion: 2020,
},
rules: {
"@typescript-eslint/no-explicit-any": 0,
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
"vue/multi-word-component-names": "off",
Expand Down
Loading

0 comments on commit 8346b41

Please sign in to comment.