We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb0e60 commit eb116b2Copy full SHA for eb116b2
package.json
@@ -32,6 +32,6 @@
32
},
33
"main": "./src/phpepl.js",
34
"scripts": {
35
- "test": "jscs -p google src/ && jshint src"
+ "test": "jscs -p google js/*.js js/helpers && jshint js/*.js js/helpers"
36
}
37
0 commit comments