Browse Source
The eslint package "eslint-plugin-unicorn" introduced a new rule in version 53.0.0 that suggests to use `String.raw` in order to avoid the need for escaping backslashes. While this certainly is a good idea we cannot follow that rule as long as we support Internet Explorer 11+, which doesn't support template literals (and thus `String.raw`).pull/9449/head

1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue