We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82a640 commit 59d1d65Copy full SHA for 59d1d65
1 file changed
eslint.changed.config.mjs
@@ -56,7 +56,7 @@ const config = defineConfig([
56
ignores: ['**/libs/**/*.{ts,tsx}'],
57
rules: {
58
'no-restricted-imports': [
59
- 'error',
+ 'warn',
60
{
61
paths: restrictedIconImportPaths,
62
patterns: restrictedIconImportPatterns,
0 commit comments