Skip to content

Commit

Permalink
Turn on @typescript-eslint/unbound-method
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-ka committed May 22, 2020
1 parent a316d24 commit da7cc4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Require [`@typescript-eslint/parser`](https://www.npmjs.com/package/@typescript-eslint/parser) `^3.0.0` as a peer dependency
- Turn on [`@typescript-eslint/naming-convention`](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/naming-convention.md)
- Turn on [`@typescript-eslint/restrict-template-expressions`](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/restrict-template-expressions.md)
- Turn on [`@typescript-eslint/unbound-method`](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/unbound-method.md)

## v0.1.0

Expand Down
1 change: 1 addition & 0 deletions base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module.exports = {
'@typescript-eslint/restrict-template-expressions': ['error', { allowNumber: true }],
'@typescript-eslint/promise-function-async': 'error',
'@typescript-eslint/strict-boolean-expressions': 'error',
'@typescript-eslint/unbound-method': ['error', { ignoreStatic: true }],
},
},
],
Expand Down

0 comments on commit da7cc4f

Please sign in to comment.