Skip to content

Commit

Permalink
Update linter-example.js
Browse files Browse the repository at this point in the history
Fix the bug
  • Loading branch information
TeroFrondelius authored Feb 5, 2017
1 parent b0102f1 commit 763130c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linter-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function provideLinter() {
return {
name: 'Example',
scope: 'file', // or 'project'
lints OnChange: true, // or true
lintOnFly: true, // or true
grammarScopes: ['source.js'],
lint(textEditor) {
const editorPath = textEditor.getPath()
Expand Down

0 comments on commit 763130c

Please sign in to comment.