Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 8607b7a

Browse files
committed
fix: lintsOnChange wasn't defined
Changing the old `lintOnFly` to `lintsOnChange` was missed as part of #238.
1 parent 06584ae commit 8607b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default {
143143
name: 'TSLint',
144144
grammarScopes,
145145
scope: 'file',
146-
lintOnFly: true,
146+
lintsOnChange: true,
147147
lint: async (textEditor) => {
148148
if (this.ignoreTypings && textEditor.getPath().toLowerCase().endsWith('.d.ts')) {
149149
return [];

0 commit comments

Comments
 (0)