sourcegraph/client/cody-ui
Greg Magolan b398952eca
Revert "revert "bazel: improve ESLint rule" (#52853)" (#52878)
- Revert "revert "bazel: improve ESLint rule" (#52853)"
- bazel: fix eslint custom rule so js_binary runfiles are included as
tool inputs to ctx.actions.run_shell

## Test plan

Tested locally that fix commit resolves the
```
FATAL: aspect_rules_js[js_test]: RUNFILES environment variable is not set
```
flaky issue that prompted the revert
2023-06-04 19:06:39 -07:00
..
cody-icons-font Add the cody-icons font (#51559) 2023-05-08 02:30:37 +00:00
src Remove "Generate Index" on hover for missing embeddings (#52736) 2023-06-03 17:36:28 +10:00
.eslintignore extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
.eslintrc.js extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
.gitignore extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
.stylelintrc.json clean up Cody CSS to increase shareability and improve display in web app (#50279) 2023-04-03 12:29:05 -07:00
BUILD.bazel Revert "revert "bazel: improve ESLint rule" (#52853)" (#52878) 2023-06-04 19:06:39 -07:00
jest.config.js extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
LICENSE extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
package.json cody shows welcome message with tips, not separate UI with tips (#50687) 2023-04-16 22:05:56 +00:00
README.md extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
tsconfig.json show cody context files as an action in the transcript (#50691) 2023-04-17 06:55:09 +00:00

Cody UI shared library

The @sourcegraph/cody-ui package contains UI code that is shared among Cody clients.