Skip to content

Commit 24528bd

Browse files
committed
Add no-nonoctal-decimal-escape ESLint rule
1 parent e0c6423 commit 24528bd

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
@@ -92,6 +92,7 @@ module.exports = {
9292
'no-multi-assign': 2,
9393
'no-negated-condition': 2,
9494
'no-nested-ternary': 2,
95+
'no-nonoctal-decimal-escape': 2,
9596
'no-param-reassign': [
9697
2,
9798
{

0 commit comments

Comments
 (0)