We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
browser
.eslintignore
1 parent 48103ae commit df2c2d9Copy full SHA for df2c2d9
.eslintignore
@@ -0,0 +1 @@
1
+browser
package.json
@@ -4,6 +4,7 @@
4
"description": "Various utilities for JSON References (http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03).",
5
"main": "index.js",
6
"scripts": {
7
+ "eslint": "eslint .",
8
"test": "node ./node_modules/gulp/bin/gulp.js test"
9
},
10
"author": {
0 commit comments