bazelbuild / bazelbuild/examples
Example for eslint_test in examples/frontend/react/src/BUILD.bazel does not work
Open
- Dominant language
- Starlark
- Stars
- 957
- Forks
- 578
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 1
Description
The test target `eslint_test` in `examples/frontend/react/src /BUILD.bazel` succeeds. This is expected behavior. If I remove the `eslint-disable-next-line` line from index.tsx to see this test fail, it still succeeds. I am running bazel test //... from within the react folder.
Am I doing something wrong or is the linting not working?
Contributor guide
Assessment
This issue has not been assessed yet.