Skip to content

Commit

Permalink
Split and improve visual regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 22, 2024
1 parent 27c0a95 commit 01151bd
Show file tree
Hide file tree
Showing 217 changed files with 755 additions and 74 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 01151bd

Please sign in to comment.