Răsfoiți Sursa

ignore react/no-unknown-property

Yuki Takei 1 an în urmă
părinte
comite
64ae5829b1
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 6 0
      apps/app/src/components/FontFamily/.eslintrc.js

+ 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',
+  },
+};