Skip to content

Commit

Permalink
Fix extension in JSX files (#6520)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh authored Dec 8, 2024
1 parent 7c853ee commit 48fbd01
Show file tree
Hide file tree
Showing 62 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/volto-slate/news/6520.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix extension in files containing JSX. @sneridagh
1 change: 1 addition & 0 deletions packages/volto/.eslintrc.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if (process.env.VOLTOCONFIG) {
rules = null;
} else {
rules = {
'react/jsx-filename-extension': ['warn', { extensions: ['.tsx', '.jsx'] }],
'no-restricted-imports': [
'warn',
{
Expand Down
1 change: 1 addition & 0 deletions packages/volto/news/6520.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix extension in files containing JSX. @sneridagh

0 comments on commit 48fbd01

Please sign in to comment.