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

Commit 6523ceb

Browse files
committed
Add the linter name
With this messages are identified as coming from this linter, if the user chooses to do so in their linter UI.
1 parent 72589c3 commit 6523ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export function activate() {
1111

1212
export function provideLinter() {
1313
return {
14+
name: 'JSON Lint',
1415
grammarScopes: ['source.json'],
1516
scope: 'file',
1617
lintOnFly: true,

0 commit comments

Comments
 (0)