Skip to content

Commit

Permalink
added hot module reload feature
Browse files Browse the repository at this point in the history
  • Loading branch information
richard483 committed Oct 30, 2023
1 parent 8dfadd6 commit 99e1841
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
node: true,
jest: true,
},
ignorePatterns: ['.eslintrc.js'],
ignorePatterns: ['.eslintrc.js', 'webpack-hmr.config.js'],
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
Expand Down
Loading

0 comments on commit 99e1841

Please sign in to comment.