Skip to content

Commit

Permalink
feat(deps): support vite 5
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jan 6, 2024
1 parent dfe2264 commit 18eb159
Show file tree
Hide file tree
Showing 15 changed files with 8,797 additions and 23,502 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ module.exports = {
"error",
{ argsIgnorePattern: "^_", varsIgnorePattern: "^_" },
],
"antfu/top-level-function": "off",
"n/prefer-global/process": "off",
"no-cond-assign": ["error", "except-parens"],
"no-fallthrough": "off",
"padding-line-between-statements": [
Expand Down
Loading

0 comments on commit 18eb159

Please sign in to comment.