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.
1 parent 65f5bff commit e11092bCopy full SHA for e11092b
bin/difftool
@@ -31,7 +31,7 @@ function rename() {
31
}
32
33
# Add Airbnb git remote
34
-if [[ -z $(git remote -v | grep "$AIRBNB_REMOTE $AIRBNB_GIT (fetch)") ]]; then
+if [[ -z $(git remote -v | grep -e "$AIRBNB_REMOTE\s\+$AIRBNB_GIT\s\+(fetch)") ]]; then
35
git remote add "$AIRBNB_REMOTE" "$AIRBNB_GIT"
36
fi
37
package.json
@@ -3,7 +3,7 @@
3
"version": "2.1.0",
4
"description": "HubSpot's version of a mostly reasonable approach to JavaScript",
5
"scripts": {
6
- "update": "./bin/difftool",
+ "difftool": "./bin/difftool",
7
"cleanup ": "./bin/cleanup",
8
"publish:config": "cd packages/eslint-config-hubspot && npm publish",
9
"publish:all": "npm publish && npm run publish:config"
0 commit comments