1
0
Fork 0

fix regex complaint

master
Gordon Williams 2021-02-04 08:56:49 +00:00
parent addf3ceaa2
commit 28c9dc67c6
1 changed files with 2 additions and 1 deletions

View File

@ -155,6 +155,7 @@
// TODO: "no-undef": "warn",
"no-undef": "off",
"no-unused-vars": "off",
"no-useless-escape": "off"
"no-useless-escape": "off",
"no-control-regex" : "off"
}
}