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 5, 2024
1 parent aa6dd84 commit 6e62868
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 6e62868

Please sign in to comment.