We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4008e3 commit f27e483Copy full SHA for f27e483
dist/linter.js
@@ -2,9 +2,9 @@ var parent = require('./worker/parent');
2
var fs = require('fs');
3
var atom_1 = require("atom");
4
exports.provider = {
5
+ name: 'TS',
6
grammarScopes: ['source.ts', 'source.ts.tsx'],
7
scope: 'file',
- name: 'TS',
8
lintOnFly: true,
9
lint: function (textEditor) {
10
if (!textEditor.buffer.file
0 commit comments