Enable ESLint no-useless-escape (#23311)
This commit is contained in:
parent
4da5f77d92
commit
db2c58d47a
12 changed files with 11 additions and 12 deletions
|
@ -98,7 +98,6 @@ module.exports = {
|
|||
ignoreRestSiblings: true,
|
||||
},
|
||||
],
|
||||
'no-useless-escape': 'off',
|
||||
'object-curly-spacing': ['error', 'always'],
|
||||
'padded-blocks': [
|
||||
'error',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue