Skip to content

Commit

Permalink
Add no-nonoctal-decimal-escape rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 21, 2020
1 parent 859df12 commit dad1ee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -134,6 +134,7 @@ module.exports = {
'no-multi-str': 'error',
'no-new-func': 'error',
'no-new-wrappers': 'error',
'no-nonoctal-decimal-escape': 'error',
'no-new': 'error',
'no-octal-escape': 'error',
'no-octal': 'error',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -55,11 +55,11 @@
},
"devDependencies": {
"ava": "^2.4.0",
"eslint": "^7.11.0",
"eslint": "^7.14.0",
"is-plain-obj": "^3.0.0",
"temp-write": "^4.0.0"
},
"peerDependencies": {
"eslint": ">=7.11.0"
"eslint": ">=7.14.0"
}
}

0 comments on commit dad1ee7

Please sign in to comment.