Skip to content

Commit

Permalink
feat: remove date-fns rule (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeFLandbot authored Sep 6, 2024
1 parent 57b35f1 commit f8074ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ module.exports = {
message: "Please import { faker } from '@faker-js/faker/locale/en' instead due to performance issues",
name: '@faker-js/faker',
},
{
message: "Please use more specific import: import format from 'date-fns/format'",
name: 'date-fns',
},
],
patterns: [
{
Expand Down

0 comments on commit f8074ba

Please sign in to comment.