Skip to content

Commit b81fb0f

Browse files
committed
Disable Node 12 rule
1 parent 693aeef commit b81fb0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
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
{

0 commit comments

Comments
 (0)