Reports non-standard regular expression flags.
Some JavaScript environments support experimental flags not defined in the ECMAScript standard.
These flags should be avoided in production code as they may not work in all environments.
If you are targeting a specific JavaScript environment that supports non-standard flags (such as certain embedded environments or experimental runtimes), you might want to disable this rule.