Skip to content

Commit 12b0c33

Browse files
committed
ts: add missing plugin
1 parent 0928393 commit 12b0c33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

typescript.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ module.exports = {
1010
],
1111
extends: [
1212
'plugin:@typescript-eslint/eslint-recommended',
13-
'plugin:@typescript-eslint/recommended'
13+
'plugin:@typescript-eslint/recommended',
14+
'plugin:@stylistic/recommended-extends'
1415
],
1516
rules: {
1617
// Default ESlint rules to TypeScript-ESlint

0 commit comments

Comments
 (0)