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

Commit

Permalink
Add prefer nullish coalescing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rumkin committed Nov 4, 2020
1 parent b3b5909 commit f18efab
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 f18efab

Please sign in to comment.