Skip to content

Commit

Permalink
feat(eslint-config-angular): support eqeqeq (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Jun 15, 2022
1 parent 1c70e7b commit 2be0ecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-angular/ts/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ module.exports = {
ignoreExport: false,
},
],
eqeqeq: ['error', 'always'],
},
};

0 comments on commit 2be0ecb

Please sign in to comment.