You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the linter rules, we have to consider the transformability of the config (currently only one assert is done based on the schema). For example, if we receive raw regexps, we want to translate them into RegExp instances immediately upon initialization of the config. In this way, config errors can also be revealed sooner (e.g. invalid regexps).
The text was updated successfully, but these errors were encountered:
In the linter rules, we have to consider the transformability of the config (currently only one assert is done based on the schema). For example, if we receive raw regexps, we want to translate them into RegExp instances immediately upon initialization of the config. In this way, config errors can also be revealed sooner (e.g. invalid regexps).
The text was updated successfully, but these errors were encountered: