Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address review feedback
  • Loading branch information
samtstern committed Mar 2, 2018
commit e13049f12d811518e31ca60c1ae3fa8b30fc24c3
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ install:
- npm install -g eslint
- lerna bootstrap
script:
- ./scripts/test.sh
- ./scripts/test.sh
5 changes: 5 additions & 0 deletions database/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"globals": {
"componentHandler": true
}
}
1 change: 0 additions & 1 deletion database/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
'use strict';

var componentHandler = componentHandler || undefined;

// Shortcuts to DOM Elements.
var messageForm = document.getElementById('message-form');
Expand Down
2 changes: 1 addition & 1 deletion firestore/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"importScripts": true,
"FriendlyEats": true
}
}
}
2 changes: 1 addition & 1 deletion messaging/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"globals": {
"importScripts": true
}
}
}
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set -e
# Run linter
find . -type f -name "*.js" -not -path "*node_modules*" \
| xargs eslint
| xargs eslint