Merge pull request #205 from nschonni/jshinting
Add JSHinting and EditorConfig
Showing
.editorconfig
0 → 100644
.jshintignore
0 → 100644
| ... | @@ -26,6 +26,7 @@ | ... | @@ -26,6 +26,7 @@ |
| "scripts": { | "scripts": { | ||
| "install": "node build.js", | "install": "node build.js", | ||
| "test": "mocha test", | "test": "mocha test", | ||
| "pretest": "jshint .", | |||
| "prepublish": "bash scripts/prepublish.sh" | "prepublish": "bash scripts/prepublish.sh" | ||
| }, | }, | ||
| "bin": { | "bin": { | ||
| ... | @@ -42,5 +43,8 @@ | ... | @@ -42,5 +43,8 @@ |
| "mocha": "1.13.x", | "mocha": "1.13.x", | ||
| "chalk": "~0.3.0", | "chalk": "~0.3.0", | ||
| "nan": "~0.6.0" | "nan": "~0.6.0" | ||
| }, | |||
| "devDependencies": { | |||
| "jshint": "~2.4.0" | |||
| } | } | ||
| } | } |
test.js
deleted
100644 → 0
Please
register
or
sign in
to comment