Skip to content

Commit 24a81c7

Browse files
cjihrigtargos
authored andcommitted
tools: enable no-nonoctal-decimal-escape lint rule
This rule is new in ESLint 7.14.0. PR-URL: #36217 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 19d4eb1 commit 24a81c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ module.exports = {
162162
'no-multiple-empty-lines': ['error', { max: 2, maxEOF: 0, maxBOF: 0 }],
163163
'no-new-require': 'error',
164164
'no-new-symbol': 'error',
165+
'no-nonoctal-decimal-escape': 'error',
165166
'no-obj-calls': 'error',
166167
'no-octal': 'error',
167168
'no-path-concat': 'error',

0 commit comments

Comments
 (0)