Skip to content

Commit be11976

Browse files
cjihrigdanielleadams
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 c86c239 commit be11976

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ module.exports = {
150150
'no-multiple-empty-lines': ['error', { max: 2, maxEOF: 0, maxBOF: 0 }],
151151
'no-new-require': 'error',
152152
'no-new-symbol': 'error',
153+
'no-nonoctal-decimal-escape': 'error',
153154
'no-obj-calls': 'error',
154155
'no-octal': 'error',
155156
'no-path-concat': 'error',

0 commit comments

Comments
 (0)