Skip to content

Commit

Permalink
Merge pull request #8 from concord-consortium/basic-ui-mvp
Browse files Browse the repository at this point in the history
feat: basic chat UI
  • Loading branch information
emcelroy authored Dec 3, 2024
2 parents 49180bb + 670cbfb commit 67d677e
Show file tree
Hide file tree
Showing 26 changed files with 1,655 additions and 318 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
ecmaVersion: 2018,
sourceType: "module",
},
plugins: ["@typescript-eslint", "json", "react", "react-hooks"],
plugins: ["@typescript-eslint", "json", "jsx-a11y", "react", "react-hooks"],
env: {
browser: true,
es6: true
Expand Down Expand Up @@ -34,6 +34,7 @@ module.exports = {
"plugin:import/recommended",
"plugin:import/typescript",
"plugin:json/recommended",
"plugin:jsx-a11y/recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended"
],
Expand Down
Loading

0 comments on commit 67d677e

Please sign in to comment.