0
0
Fork 0

Enable ESLint no-useless-escape (#23311)

This commit is contained in:
Nick Schonning 2023-02-13 09:12:14 -05:00 committed by GitHub
parent 4da5f77d92
commit db2c58d47a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 11 additions and 12 deletions

View file

@ -55,7 +55,7 @@ module.exports = {
chunks: 'all',
minChunks: 2,
minSize: 0,
test: /^(?!.*[\\\/]node_modules[\\\/]react-intl[\\\/]).+$/,
test: /^(?!.*[\\/]node_modules[\\/]react-intl[\\/]).+$/,
},
},
},