Commit 177c008b authored by Alex Beregszaszi's avatar Alex Beregszaszi

Disable lint for regex escaping

parent 2dd4192d
...@@ -210,6 +210,7 @@ function Compiler (editor, handleGithubCall) { ...@@ -210,6 +210,7 @@ function Compiler (editor, handleGithubCall) {
cb(files[editor.getCacheFile()]) cb(files[editor.getCacheFile()])
return return
} }
// eslint-disable-next-line no-useless-escape
var importRegex = /^\s*import\s*[\'\"]([^\'\"]+)[\'\"];/g var importRegex = /^\s*import\s*[\'\"]([^\'\"]+)[\'\"];/g
var reloop = false var reloop = false
var githubMatch var githubMatch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment