mirror of
https://github.com/CryptKeeperZK/ejs.git
synced 2026-01-10 07:58:25 -05:00
Obligatory disabling over-eager lint rule for escaping
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
"error",
|
||||
"never"
|
||||
],
|
||||
"no-console": 0
|
||||
"no-console": 0,
|
||||
"no-useless-escape": 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user