Skip to content

Commit

Permalink
ci: Disable mantine rule -- it's too noisy with current setup
Browse files Browse the repository at this point in the history
  • Loading branch information
antonjoel82 committed May 17, 2024
1 parent 4cf861b commit 686c09b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/web/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,20 @@ module.exports = {
'react/no-danger': 'off',
'jsx-a11y/click-events-have-key-events': 'off',
'no-restricted-imports': [
// TODO: make this an error once we de-couple build from linting
'warn',
'error',
{
paths: [
{
name: '@novu/dal',
},
// TODO: re-enable this once we have de-coupled web's build from linting
/*
{
name: '@mantine/core',
message:
'Please avoid referencing @mantine/core directly in new or updated code. Instead, import from @novu/novui',
},
*/
],
},
],
Expand Down

0 comments on commit 686c09b

Please sign in to comment.