Skip to content

Commit 10def08

Browse files
committed
prettier
1 parent 5c78634 commit 10def08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
// create-vite generates .jsx
1313
'react/jsx-filename-extension': 'off',
1414
'react/react-in-jsx-scope': 'off',
15-
"react/no-unknown-property": ["error", { "ignore": ["sx"] }],
15+
'react/no-unknown-property': ['error', { ignore: ['sx'] }],
1616
},
1717
overrides: [
1818
{

0 commit comments

Comments
 (0)