소스 검색

ignore react/no-unknown-property

Yuki Takei 1 년 전
부모
커밋
64ae5829b1
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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',
+  },
+};