Skip to content

Commit

Permalink
Reorganizevisualtests (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh authored Oct 22, 2024
1 parent 27c0a95 commit 4bc1843
Show file tree
Hide file tree
Showing 237 changed files with 977 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
rules: {
'import/no-unresolved': 1,
'import/named': 'error',
'react/jsx-filename-extension': 'error',
'react/jsx-filename-extension': [1, { extensions: ['.tsx', '.jsx'] }],
'no-restricted-imports': [
'error',
{
Expand Down
Loading

0 comments on commit 4bc1843

Please sign in to comment.