Skip to content

Commit

Permalink
Merge pull request #29 from netlify/chore/add-new-rule-octal
Browse files Browse the repository at this point in the history
Add `no-nonoctal-decimal-escape` ESLint rule
  • Loading branch information
ehmicky authored Nov 24, 2020
2 parents f93c342 + 24528bd commit 7500f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ module.exports = {
'no-multi-assign': 2,
'no-negated-condition': 2,
'no-nested-ternary': 2,
'no-nonoctal-decimal-escape': 2,
'no-param-reassign': [
2,
{
Expand Down

0 comments on commit 7500f6a

Please sign in to comment.