Skip to content

Commit

Permalink
Remove linters and code intel
Browse files Browse the repository at this point in the history
  • Loading branch information
Roderik van der Veer committed Feb 26, 2014
1 parent 2602a53 commit 6df4b28
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions attributes/sublime_text.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node.default["sublime_use_nodejs"] = TRUE
node.default["sublime_use_nodejs"] = FALSE

node.default["sublime_text_packages"] = [
{
Expand Down Expand Up @@ -40,41 +40,6 @@
"name" => "ApplySyntax",
"source" => "https://github.com/facelessuser/ApplySyntax.git",
"branch" => "ST3"
},
{
"name" => "SublimeLinter",
"source" => "https://github.com/SublimeLinter/SublimeLinter3.git",
"branch" => "master"
},
{
"name" => "SublimeLinter-jshint",
"source" => "https://github.com/SublimeLinter/SublimeLinter-jshint.git",
"branch" => "master"
},
{
"name" => "SublimeLinter-ruby",
"source" => "https://github.com/SublimeLinter/SublimeLinter-ruby.git",
"branch" => "master"
},
{
"name" => "SublimeLinter-php",
"source" => "https://github.com/SublimeLinter/SublimeLinter-php.git",
"branch" => "master"
},
{
"name" => "SublimeLinter-json",
"source" => "https://github.com/SublimeLinter/SublimeLinter-json.git",
"branch" => "master"
},
{
"name" => "SublimeLinter-csslint",
"source" => "https://github.com/SublimeLinter/SublimeLinter-csslint.git",
"branch" => "master"
},
{
"name" => "SublimeCodeIntel",
"source" => "https://github.com/SublimeCodeIntel/SublimeCodeIntel.git",
"branch" => "master"
}
]

Expand Down

0 comments on commit 6df4b28

Please sign in to comment.