We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c78634 commit 10def08Copy full SHA for 10def08
examples/.eslintrc.js
@@ -12,7 +12,7 @@ module.exports = {
12
// create-vite generates .jsx
13
'react/jsx-filename-extension': 'off',
14
'react/react-in-jsx-scope': 'off',
15
- "react/no-unknown-property": ["error", { "ignore": ["sx"] }],
+ 'react/no-unknown-property': ['error', { ignore: ['sx'] }],
16
},
17
overrides: [
18
{
0 commit comments