Skip to content

Commit

Permalink
Merge pull request #117 from Tencent/feat/datepicker-common
Browse files Browse the repository at this point in the history
feat: add datepicker util
  • Loading branch information
uyarn committed Jan 11, 2022
2 parents 98b8173 + 2aa4af6 commit c8c46e2
Show file tree
Hide file tree
Showing 2 changed files with 458 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,18 @@ module.exports = {
'import/extensions': 0,
'import/no-unresolved': 0,
'import/no-named-as-default': 0,
'no-plusplus': [
'error',
{
allowForLoopAfterthoughts: true,
},
],
'no-underscore-dangle': 0,
'no-constant-condition': [
'error',
{
checkLoops: false,
},
],
},
};
Loading

0 comments on commit c8c46e2

Please sign in to comment.