Skip to content

Commit 830391a

Browse files
ritchrmg
authored andcommitted
Add jshint
1 parent a5ded9b commit 830391a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.jshintignore

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
},
1818
"optionalDependencies": {
1919
"loopback-explorer": "^1.1.0"
20+
},
21+
"devDependencies": {
22+
"jshint": "^2.8.0"
2023
}
2124
}

0 commit comments

Comments
 (0)