fix: resolve lint fail (#4335)

master
Li Kui 1 year ago committed by GitHub
parent 1cff0b9753
commit 7b3c9d56be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -162,14 +162,14 @@ const code = new Set([
'*',
'+',
'.',
'[',
']',
'?',
'[',
'\\',
']',
'^',
'{',
'}',
'|',
'}',
]);
//

Loading…
Cancel
Save