Commit dab9f255 authored by Sam Saccone's avatar Sam Saccone

Merge pull request #1567 from mhoyer/master

Updated JSCS dependency in ./tooling to latest 2.7.0
parents 54849985 5f99e655
{ {
"private": true, "private": true,
"scripts": { "scripts": {
"lint": "jscs" "lint": "pushd .. && jscs",
"postlint": "popd"
}, },
"dependencies": { "dependencies": {
"jscs": "^1.13.1" "jscs": "^2.7.0"
} }
} }
#!/bin/bash #!/bin/bash
PATHS="" PATHS=""
EXAMPLES_DIR="../examples/" EXAMPLES_DIR="examples/"
for arg in "$@" for arg in "$@"
do do
...@@ -13,4 +13,4 @@ esac ...@@ -13,4 +13,4 @@ esac
done done
npm i && \ npm i && \
eval "npm run lint -- -c ../.jscsrc $PATHS ../tests/" eval "npm run lint -- $PATHS tests/"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment