Skip to content

Commit

Permalink
maint/dev ~ add commentary regarding ESLint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Dec 28, 2020
1 parent 4a30125 commit 5599a28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
'prettier/@typescript-eslint',
],
rules: {
// ref: https://eslint.org/docs/rules
'@typescript-eslint/explicit-module-boundary-types': 'off',
'eslint-comments/disable-enable-pair': ['error', { allowWholeFile: true }],
'eslint-comments/no-unused-disable': 'error',
Expand Down

0 comments on commit 5599a28

Please sign in to comment.