Skip to content

Commit

Permalink
feat: text input, submit, chat transcript (PT-188491602)
Browse files Browse the repository at this point in the history
  • Loading branch information
emcelroy committed Nov 18, 2024
1 parent 39ed58e commit c09d161
Show file tree
Hide file tree
Showing 18 changed files with 888 additions and 283 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 c09d161

Please sign in to comment.