Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

feat(input): support types date, time, datetime-local, month, week #5864

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
"getter": false,
"getBlockElements": false,

/* filters.js */
"getFirstThursdayOfYear": false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feels a bit uncomfortable as a global but I guess it is no worse than some of the other ones in the list.


/* AngularPublic.js */
"version": false,
"publishExternalAPI": false,
Expand Down
Loading