Commit Graph

13 Commits

Author SHA1 Message Date
Andrew Nicolaou 71d011d824 Storp eslint complaining about deps for stories files 2020-01-19 17:53:07 +01:00
Sepand Ansari e1ef323e9b Add jest/enzyme and a simple unit test 2019-01-25 17:21:10 -05:00
Peter Blazejewicz fe950192e7 Fix ESLint errors (#793)
This fixes failing `npm run lint`:

- fixes `max-len` issue in code by reformat of the expression
- exempt ES6 template literals from `max-len` rule using ESLint
  configuration change

Thanks!
2019-01-08 17:38:02 -05:00
Cassie Tarakajian 617cffc869 fix many linting errors 2018-05-08 19:16:04 -07:00
Cassie Tarakajian 5057a901fe fix a few linting errors 2018-05-08 19:16:04 -07:00
Mr.tang 798e748d8f Fixes #513 add cross-env to set environment variables across platform (#514)
* Fixes #513 add cross-env to set environment variables across platform

* fix different line endings across platforms

* manually install loop-protect

* fix some err space

* update loop-protect version

* restore loop-protect
2018-02-06 11:53:15 -05:00
Cassie Tarakajian cdf7a41bf9 fix merge conflict 2017-11-01 17:15:44 -04:00
Cassie Tarakajian 7d449e63b9 start to make nav accessible 2017-09-14 14:52:40 -04:00
Francis Li e085773155 Add a Dockerfile, Docker Compose configuration, and instructions on how to run a full development environment using Docker. Also include a yarn.lock file for installing exact node module versions with yarn instead of npm. 2017-09-04 13:49:43 -07:00
Cassie Tarakajian e87390adb9 update eslint to latest version, fix lots of linting errors (#308)
* update eslint and dependencies, fix linting errors that can be fixed with --fix

* fix lots of linting errors

* update eslintrc, fix some linting errors

* fix all server side linting errors, untested

* fix errors that fixing linting errors had caused

* fix client side eslint errors

* fix client side linting errors

* fix refs lint errors

* fix more linting errors

* update eslint and dependencies, fix linting errors that can be fixed with --fix

* fix lots of linting errors

* update eslintrc, fix some linting errors

* fix all server side linting errors, untested

* fix errors that fixing linting errors had caused

* fix client side eslint errors

* fix client side linting errors

* fix refs lint errors

* fix more linting errors

* fix some accessibility linting errors

* fix a lot of linting errors

* fix a billion more linting errors

* hopefully fix all linting errors, still need to test

* fix bugs that fixing linting had caused
2017-02-22 14:29:35 -05:00
catarak e6bd224694 add ES6 references to readme, add jsx-a11y to .eslintrc 2016-08-27 21:28:00 -04:00
catarak 3d42da18a8 fix a ton of eslint errors 2016-06-23 18:29:55 -04:00
catarak 77cc7b2a8c start to add eslint, add repository to package.json 2016-06-22 19:59:12 -04:00