Skip to content

Commit f7560bf

Browse files
committed
change in new lib
1 parent bae8754 commit f7560bf

File tree

1 file changed

+1
-1
lines changed
  • packages/eslint-config/rules

1 file changed

+1
-1
lines changed

packages/eslint-config/rules/mdx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const mdxConfig = {
33
files: ['*.mdx'],
44
parser: 'eslint-mdx',
55
rules: {
6-
'react/jsx-filename-extension': 'off',
6+
'react/jsx-filename-extension': 'on',
77
'react/no-unescaped-entities': 'off',
88
'react/react-in-jsx-scope': 'off',
99
'unused-imports/no-unused-imports': 'error',

0 commit comments

Comments
 (0)