Skip to content

Commit df2c2d9

Browse files
committed
- Linting: Add browser to .eslintignore
- npm: Add "eslint" script for `package.json` (requires global `eslint` given lack of eslint in devDeps)
1 parent 48103ae commit df2c2d9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
browser

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Various utilities for JSON References (http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03).",
55
"main": "index.js",
66
"scripts": {
7+
"eslint": "eslint .",
78
"test": "node ./node_modules/gulp/bin/gulp.js test"
89
},
910
"author": {

0 commit comments

Comments
 (0)