Skip to content

Commit

Permalink
Update lib/rules/no-invalid-regexp.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
ota-meshi and ljharb committed Jun 30, 2021
1 parent 5f79d88 commit a4ad162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-invalid-regexp.js
Expand Up @@ -10,7 +10,7 @@

const RegExpValidator = require("regexpp").RegExpValidator;
const validator = new RegExpValidator();
const validFlags = /[gimuysd]/gu;
const validFlags = /[dgimsuy]/gu;
const undefined1 = void 0;

//------------------------------------------------------------------------------
Expand Down

0 comments on commit a4ad162

Please sign in to comment.