Skip to content

Commit

Permalink
exclude sx from react unknown property in the examples directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Dec 4, 2024
1 parent a768502 commit 5c78634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
// create-vite generates .jsx
'react/jsx-filename-extension': 'off',
'react/react-in-jsx-scope': 'off',
"react/no-unknown-property": ["error", { "ignore": ["sx"] }],
},
overrides: [
{
Expand Down

0 comments on commit 5c78634

Please sign in to comment.