Skip to content

Commit 59d1d65

Browse files
committed
throw warnings instead of errors in restrictedIconImportPaths no-restricted-imports rule
1 parent d82a640 commit 59d1d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.changed.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const config = defineConfig([
5656
ignores: ['**/libs/**/*.{ts,tsx}'],
5757
rules: {
5858
'no-restricted-imports': [
59-
'error',
59+
'warn',
6060
{
6161
paths: restrictedIconImportPaths,
6262
patterns: restrictedIconImportPatterns,

0 commit comments

Comments
 (0)