-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix README markdown lint errors and typos * Reorganize README; remove sudo from npm start * Convert tabs to spaces in api.js * Simplify the eslintrc * Add travis config * Lint the markdown * Switch from npm to yarn For consistency with abe-web. Also, because yarn is better :-). * Lint js files in static * Fix trivial lint errors Semicolons, mixed spaces and tabs, one of the unused variables * Add a Travis badge * Fix lint errors in board_events.js Since I'm going to be working here * Teach server to display listening address in URL form, so I can click on it * Workaround for #310 events setup crashes on time with sub seconds * Update views url * Add expo UI, Update video background to black * Update css for expo UI * Fix css error in upload.cscs
- Loading branch information
Seungin Lyu(승인)
authored
May 10, 2018
1 parent
7382aa4
commit 44236d2
Showing
20 changed files
with
596 additions
and
365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
static/vendor/**/*.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"default": true, | ||
|
||
"line-length": { "line_length": 1000 }, | ||
"no-trailing-punctuation": false, | ||
"ul-style": false, // * instead of - | ||
|
||
// FIXME: remove the instance of this | ||
"no-empty-links": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
language: node_js | ||
node_js: | ||
- "9.3" | ||
|
||
cache: yarn | ||
|
||
script: | ||
- yarn lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.