Skip to content

Commit f1fac92

Browse files
authored
Merge pull request #16 from netlify/renovate/eslint-plugin-unicorn-23.x
2 parents 6a28185 + b81fb0f commit f1fac92

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ module.exports = {
279279
// TODO: enable after dropping Node 8 support
280280
'unicorn/prefer-optional-catch-binding': 0,
281281
'unicorn/prefer-trim-start-end': 0,
282+
// TODO: enable after dropping Node <12 support
283+
'unicorn/numeric-separators-style': 0,
282284
},
283285
overrides: [
284286
{

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"eslint-plugin-promise": "^4.2.1",
8383
"eslint-plugin-react": "^7.21.5",
8484
"eslint-plugin-standard": "^4.0.1",
85-
"eslint-plugin-unicorn": "^22.0.0",
85+
"eslint-plugin-unicorn": "^23.0.0",
8686
"eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0",
8787
"execa": "^4.0.3",
8888
"husky": "^4.3.0",

0 commit comments

Comments
 (0)