You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
The test target
eslint_test
inexamples/frontend/react/src /BUILD.bazel
succeeds. This is expected behavior. If I remove theeslint-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 text was updated successfully, but these errors were encountered: