Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
az108 committed Feb 6, 2025
1 parent cc1e3cb commit f821a6a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,17 @@ export default tseslint.config(
ignoreDeclarationSort: true,
},
],
'no-restricted-imports': [
'error',
{
paths: [
{
name: 'dayjs',
message: "Please import from 'dayjs/esm' instead."
}
]
}
]
},
},
{
Expand Down

0 comments on commit f821a6a

Please sign in to comment.