Commit c9f4d9f1 authored by Matt's avatar Matt

Moved JsValidate to correct place; added comma

parent 9d5b482e
...@@ -423,6 +423,17 @@ ...@@ -423,6 +423,17 @@
} }
] ]
}, },
{
"name": "JsValidate",
"details": "https://github.com/duereg/sublime-jsvalidate",
"labels": ["javascript", "js", "linting", "validation", "validate", "esprima"],
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/duereg/sublime-jsvalidate/tags"
}
]
},
{ {
"name": "JS Coverage", "name": "JS Coverage",
"details": "https://github.com/genbit/SublimeJSCoverage", "details": "https://github.com/genbit/SublimeJSCoverage",
...@@ -454,17 +465,6 @@ ...@@ -454,17 +465,6 @@
} }
] ]
}, },
{
"name": "JsValidate",
"details": "https://github.com/duereg/sublime-jsvalidate",
"labels": ["javascript", "js", "linting", "validation", "validate", "esprima"]
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/duereg/sublime-jsvalidate/tags"
}
]
},
{ {
"name": "JS Var Shortcuts", "name": "JS Var Shortcuts",
"details": "https://github.com/twolfson/sublime-js-var-shortcuts", "details": "https://github.com/twolfson/sublime-js-var-shortcuts",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment