We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae8754 commit f7560bfCopy full SHA for f7560bf
packages/eslint-config/rules/mdx.js
@@ -3,7 +3,7 @@ const mdxConfig = {
3
files: ['*.mdx'],
4
parser: 'eslint-mdx',
5
rules: {
6
- 'react/jsx-filename-extension': 'off',
+ 'react/jsx-filename-extension': 'on',
7
'react/no-unescaped-entities': 'off',
8
'react/react-in-jsx-scope': 'off',
9
'unused-imports/no-unused-imports': 'error',
0 commit comments