UNPKG

@kevinoid/eslint-config

Version:

ESLint shareable config for @kevinoid's style (based on airbnb).

13 lines (10 loc) 292 B
// ESLint IE 11 regexp configuration rules "use strict"; module.exports = { "rules": { // Don't prefer/require features not supported by IE 11 "regexp/prefer-lookaround": "off", "regexp/prefer-named-backreference": "off", "regexp/prefer-result-array-groups": "off" } };