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

Commit

Permalink
'@typescript-eslint/unbound-method': 'off' --- it's too buggy e.g. 't…
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Nov 23, 2019
1 parent 2b5ffc3 commit 1ec69d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ module.exports = {
'@typescript-eslint/strict-boolean-expressions': 'error', // requiresTypeInfo
'@typescript-eslint/typedef': 'off',
'@typescript-eslint/type-annotation-spacing': ['error'], // tslint:typedef-whitespace
'@typescript-eslint/unbound-method': 'error', // tslint:no-unbound-method
'@typescript-eslint/unbound-method': 'off', // tslint:no-unbound-method
'@typescript-eslint/no-unnecessary-type-arguments': 'error', // tslint:use-default-type-parameter
'@typescript-eslint/unified-signatures': 'error',

Expand Down

0 comments on commit 1ec69d9

Please sign in to comment.