mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactor(jshint) ./json/config.json, ./json/modules.json -> ./json/*.json
This commit is contained in:
parent
e6d83be2b6
commit
cc6f44693d
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
npm i recess jshint
|
||||
echo "jshint lib/*.js lib/client/*.js lib/client/storage/*.js lib/server/*.js"
|
||||
node_modules/jshint/bin/jshint --config test/.jshintrc lib/*.js lib/client/*.js lib/client/storage/*.js lib/server/*.js
|
||||
echo "jshint ./package.json ./json/config.json ./json/modules.json"
|
||||
node_modules/jshint/bin/jshint --config test/.jshintrc ./package.json ./json/config.json ./json/modules.json
|
||||
echo "jshint package.json json/*.json"
|
||||
node_modules/jshint/bin/jshint --config test/.jshintrc package.json json/*.json
|
||||
#linting css files
|
||||
echo "recess css/*.css"
|
||||
./node_modules/recess/bin/recess css/*.css
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue