Skip to content

tools: add no-misleading-character-class ESLint rule

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

ESLint 5.3.0 adds a simple new rule that seems helpful for increasing Unicode support in JavaScript and Node.js: no-misleading-character-class.

Since we have already updated to the last version, we can toggle this rule on.

No relevant issues detected in our code or docs.

Merge request reports

Loading