Skip to content

Commit 286074a

Browse files
committed
Remove unnecessary imports for moment and date-fns libraries
1 parent f89ae62 commit 286074a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rules/import-style.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ const specialCases = {
141141
redux: 'Redux',
142142
'react-redux': 'ReactRedux',
143143
axios: 'Axios',
144-
moment: 'moment',
145-
'date-fns': 'dateFns',
146144
ramda: 'R',
147145
rxjs: 'Rx',
148146
vue: 'Vue',

0 commit comments

Comments
 (0)