chore: disable no-useless-escape error

This commit is contained in:
DIYgod 2024-03-09 20:12:52 +08:00
parent 4990986b14
commit dc147d0abd
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
"prefer-arrow-callback": 2,
"prefer-const": 2,
"prefer-object-has-own": 2,
"no-useless-escape": 1,
"prefer-regex-literals": ["error", { "disallowRedundantWrapping": true }],
"require-await": 2,
// typescript