Skip to content

Commit

Permalink
Merge pull request #601 from ielgnaw/staging
Browse files Browse the repository at this point in the history
feat: bump to 2.5.9
  • Loading branch information
ielgnaw authored Jan 13, 2025
2 parents a89d833 + 694eb6c commit 40a3c2d
Show file tree
Hide file tree
Showing 4 changed files with 52,442 additions and 132 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ module.exports = {
// 如果一个变量不会被重新赋值,必须使用 `const` 进行声明。
'prefer-const': 'error',

'no-unused-vars': 'off',

// eslint-plugin-vue@7 新增的规则,暂时先全部关闭
'vue/no-dupe-v-else-if': 'off',
'vue/component-definition-name-casing': 'off',
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pids
.example-cache
dist.zip
.idea
package-lock.json
coverage
yarn.lock
.history
Expand Down
Loading

0 comments on commit 40a3c2d

Please sign in to comment.