From b9b83605b6a84a8b8cfd7f75055310cc9f5f9b50 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 5 Feb 2019 19:31:14 +0000 Subject: [PATCH] leave my regex along, lint --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index ec48f6b2ff..7e48bd5af9 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -91,6 +91,7 @@ module.exports = { // to JSX. ignorePattern: '^\\s*<', ignoreComments: true, + ignoreRegExpLiterals: true, code: 120, }], "valid-jsdoc": ["warn"],