mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
don't prefer regexp literals
This commit is contained in:
parent
029d9216d6
commit
bb7248b25c
@ -118,7 +118,7 @@ module.exports = {
|
||||
'no-warning-comments': 'off',
|
||||
'no-with': 'error',
|
||||
'prefer-promise-reject-errors': 'error',
|
||||
'prefer-regex-literals': 'error',
|
||||
'prefer-regex-literals': 'off',
|
||||
radix: 'error',
|
||||
'require-await': 'error',
|
||||
'require-unicode-regexp': 'off',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user