refstack/refstack-ui/app
Michael Krotscheck 6fffbca938 Added JavaScript Style Linting
This patch adds eslint, a permissively licensed (as opposed to
jshint or jslint) javascript style linter. It also enables the use
of 'npm run lint', which may be used in OpenStack's gate to
cause build failures when improperly formed javascript is
committed.

Existing javascript was updated to pass linting rules. Note
that most of these changes were formatting and file length
concerns. The noted stylistic change that we should probably
discuss is the use of singlequote vs. doublequote. Single is
the pep8 standard used in python, and thus enforcing that
seems to make the most sense.

Change-Id: I52768fe6e7ee1f76f0d67f44273fdc48b159489a
2015-06-04 21:10:48 +00:00
..
assets Added JavaScript Style Linting 2015-06-04 21:10:48 +00:00
components Added JavaScript Style Linting 2015-06-04 21:10:48 +00:00
shared Added JavaScript Style Linting 2015-06-04 21:10:48 +00:00
app.js Added JavaScript Style Linting 2015-06-04 21:10:48 +00:00
config.json.sample Add results and test report page 2015-04-27 09:50:27 -07:00
favicon.ico Added groundwork for the refstack user-interface. 2015-04-13 23:43:43 -07:00
index.html Add results and test report page 2015-04-27 09:50:27 -07:00
robots.txt Added groundwork for the refstack user-interface. 2015-04-13 23:43:43 -07:00