Skip to content

Commit

Permalink
docs: remove emotion/jsx-import rule from ESLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjagodic committed Dec 22, 2023
1 parent 574e64b commit 121ce00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ module.exports = {
],
'no-duplicate-imports': 'error',
'@emotion/no-vanilla': 'error',
'@emotion/jsx-import': 'error',
'@emotion/pkg-renaming': 'error',
'@emotion/import-from-emotion': 'error',
'@emotion/styled-import': 'error',
Expand Down

0 comments on commit 121ce00

Please sign in to comment.