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

Commit

Permalink
* configuration bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Polo committed Nov 29, 2010
1 parent df3e7e5 commit 7468c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lint/parser.js
Expand Up @@ -166,7 +166,7 @@ Parser.prototype.validate = function (force) {
}


result = JSLINT(this._source, this._config);
result = JSLINT(this._source, config);

this._report = [];
errors = JSLINT.data().errors || [];
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "lint",
"description": "This package provide lint validation library + node-lint command line tool allows you to check for problems using JSLint. You can specify your own --config file to use alternate JSLint options and your own --formatter file if you want to customize the generated output.",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/as-jpolo/node-lint",
"author": "tav <tav@espians.com> (http://tav.espians.com)",
"contributors": [
Expand Down

0 comments on commit 7468c03

Please sign in to comment.