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 <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent c86c239 commit be11976

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .eslintrc.js

+1
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)