Front end of the Slack clone application.

.eslintrc.json 57B

1234
  1. {
  2. "globals": { "Promise": true, "setTimeout": true }
  3. }