summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-03-25 18:03:39 +0300
committerAndrew Dolgov <[email protected]>2023-03-25 18:08:31 +0300
commit66edaa02d8cbff4a08807e6770df0e12dd530566 (patch)
treee58319fd817b1206f0d030736791d436f3c0ed82 /.eslintrc.js
parent1fbcbc9301a4d45df78bb95499bd704043f22f8c (diff)
add lint
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index d2f24d6..553c93a 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -110,6 +110,7 @@ module.exports = {
"no-div-regex": "error",
"no-duplicate-imports": "error",
"no-else-return": "off",
+ "no-useless-escape": "off",
"no-empty": [
"error",
{