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

Commit

Permalink
Switch to the new linter API
Browse files Browse the repository at this point in the history
  • Loading branch information
AsaAyers committed Jul 3, 2015
1 parent 7a74742 commit 78f9c89
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 50 deletions.
3 changes: 0 additions & 3 deletions lib/init.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@ module.exports =
# you.
config: {}

activate: ->
console.log 'activate linter-coffeelint'

provideLinter: ->
return require('./plus-linter.coffee')
45 changes: 0 additions & 45 deletions lib/linter-coffeelint.coffee

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "linter-coffeelint",
"main": "./lib/init",
"linter-package": true,
"activationCommands": {},
"version": "0.3.2",
"description": "Lint CoffeeScript on the fly, using coffeelint",
Expand All @@ -13,7 +12,7 @@
"providedServices": {
"linter": {
"versions": {
"0.3.0": "provideLinter"
"1.0.0": "provideLinter"
}
}
},
Expand Down

0 comments on commit 78f9c89

Please sign in to comment.