Skip to content

Commit

Permalink
chore:调整代码格式校验配置
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeiyijia committed Jan 5, 2023
1 parent 1a2caab commit f2ff688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'space-before-function-paren': ['error', 'never'],
'vue/script-setup-uses-vars': 'off',
'vue/array-bracket-spacing': 'error',
'vue/arrow-spacing': 'error',
'vue/block-spacing': 'error',
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:layout="layout"
:pagination="pagination"
:directives="{
offset: 20
offset: 60
}"
:total="100"
@current-click="currentClick"
Expand Down

0 comments on commit f2ff688

Please sign in to comment.