Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from ethereumjs/prefer-nullish-coalescing
Browse files Browse the repository at this point in the history
Add prefer nullish coalescing rule
  • Loading branch information
holgerd77 authored Nov 5, 2020
2 parents b3b5909 + f18efab commit 969b26a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
'error',
{ peer: true, dev: true, optional: true },
],
'@typescript-eslint/prefer-nullish-coalescing': 'error',
'@typescript-eslint/no-use-before-define': 'error',
'@typescript-eslint/interface-name-prefix': [
'error',
Expand Down

0 comments on commit 969b26a

Please sign in to comment.