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?
The test target
eslint_testinexamples/frontend/react/src /BUILD.bazelsucceeds. This is expected behavior. If I remove theeslint-disable-next-lineline 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?