Skip to content

Commit

Permalink
test ci2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu188 committed Mar 12, 2021
1 parent 94dc358 commit 3d48c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ module.exports = {
'one-var': 'off',
'indent': 'off',
'vue/no-unused-components': 'off',
'no-unneeded-ternary': 'off'
'no-unneeded-ternary': 'off',
'semicolon': 'on'
},
parserOptions: {
parser: 'babel-eslint'
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ build
coverage
dist
docs

node_modules

0 comments on commit 3d48c7b

Please sign in to comment.