Skip to content

Commit

Permalink
static
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Feb 11, 2025
1 parent ee684d5 commit 5498c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ module.exports = {
// Babel import helpers do not add one.
// Since this is auto generated code we don't care about code style.
'import/newline-after-import': 'off',
'import/no-unresolved': 'off',
},
};
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
throw /* minify-error */ new Error(
'MUI: This is a test error message.\n' + 'With a second line.',
);
throw /* minify-error */ new Error('MUI: This is a test error message.\n' + 'With a second line.');

0 comments on commit 5498c6c

Please sign in to comment.