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

Commit b440bbf

Browse files
committed
Forgotten lintOnFly => lintsOnChange
1 parent 5d2825a commit b440bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function provideLinter() {
1515
name: 'JSON Lint',
1616
grammarScopes: ['source.json'],
1717
scope: 'file',
18-
lintOnFly: true,
18+
lintsOnChange: true,
1919
lint: (editor) => {
2020
const path = editor.getPath();
2121
const text = editor.getText();

0 commit comments

Comments
 (0)