Skip to content

Commit 9379608

Browse files
author
Rajat Sancheti
committed
Adds typescript rules
1 parent e899545 commit 9379608

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ module.exports = {
2222
],
2323
rules: {
2424
'@typescript-eslint/prefer-regexp-exec': 1,
25+
'@typescript-eslint/ban-ts-ignore': 0,
26+
'@typescript-eslint/unbound-method': 1,
2527
},
2628
};

0 commit comments

Comments
 (0)