Skip to content

Commit

Permalink
Rename all remaining files that container JSX but they had not the ap…
Browse files Browse the repository at this point in the history
…propiate extension
  • Loading branch information
sneridagh committed Dec 8, 2024
1 parent 7c853ee commit 7a41433
Show file tree
Hide file tree
Showing 33 changed files with 1 addition and 0 deletions.
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

0 comments on commit 7a41433

Please sign in to comment.