Skip to content

Commit 7500f6a

Browse files
authored
Merge pull request #29 from netlify/chore/add-new-rule-octal
Add `no-nonoctal-decimal-escape` ESLint rule
2 parents f93c342 + 24528bd commit 7500f6a

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

0 commit comments

Comments
 (0)