We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b06830c + 59d1d65 commit 94035e1Copy full SHA for 94035e1
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