Front end of the Slack clone application.

.jshintrc 88B

12345678
  1. {
  2. "asi": true,
  3. "laxcomma": true,
  4. "es5": true,
  5. "node": true,
  6. "strict": false
  7. }