Revert "Fix linting"

This reverts commit 12d1276b36.
This commit is contained in:
Josh Junon 2018-02-14 18:28:22 -08:00
parent 12d1276b36
commit 52823001a5
2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,3 @@
/* eslint-disable unicorn/no-unsafe-regex */
'use strict';
const TEMPLATE_REGEX = /(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi;
const STYLE_REGEX = /(?:^|\.)(\w+)(?:\(([^)]*)\))?/g;