Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
smhg committed Apr 19, 2022
1 parent 2e25fa8 commit 4873799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const DEFAULT_OPTIONS = {
stylesheetReloadTimeout: 15000
};

const IMAGES_REGEX = /\.(jpe?g|png|gif|svg)$/i
const IMAGES_REGEX = /\.(jpe?g|png|gif|svg)$/i;

class Reloader {
constructor (window, console, Timer) {
Expand Down

0 comments on commit 4873799

Please sign in to comment.