Skip to content

Commit c555358

Browse files
authored
restore functionality for TypeScriptReact #30
1 parent 2484a1f commit c555358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Tslint(NodeLinter):
2323
)
2424
tempfile_suffix = '-'
2525
defaults = {
26-
'selector': 'source.ts',
26+
'selector': 'source.ts, source.tsx',
2727
'--config': '${folder}/tslint.json',
2828
'--project': '${folder}'
2929
}

0 commit comments

Comments
 (0)