Skip to content

Commit

Permalink
build: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Hzy0913 committed Feb 2, 2021
1 parent 62bb075 commit fafb021
Show file tree
Hide file tree
Showing 4 changed files with 4,028 additions and 2,659 deletions.
2 changes: 0 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ dist/*
node_modules/*
**/node_modules/*
example/*
src/*
Calendar.vue
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ module.exports = {
'object-curly-spacing': 0,
/* 鏆傛椂鍏抽棴 */
'arrow-parens': 0,
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/no-use-before-define': 0,
'array-callback-return': 0,
'class-methods-use-this': 0,
'default-case': 0,
'no-continue': 0,
'prefer-template': 0,
'consistent-return': 0,
'global-require': 0,
'import/extensions': 0,
Expand Down
Loading

0 comments on commit fafb021

Please sign in to comment.