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

Commit 341bfe0

Browse files
committed
Merge pull request #54 from AtomLinter/add-linter-name
Add the linter name
2 parents 7e66dd4 + 6523ceb commit 341bfe0

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)