Kaynağa Gözat

ignore react/no-unknown-property

Yuki Takei 1 yıl önce
ebeveyn
işleme
64ae5829b1

+ 6 - 0
apps/app/src/components/FontFamily/.eslintrc.js

@@ -0,0 +1,6 @@
+// See https://github.com/vercel/next.js/discussions/40269
+module.exports = {
+  rules: {
+    'react/no-unknown-property': 'off',
+  },
+};