bazel-contrib / bcr-ui

Website for the Bazel Central Registry
https://registry.bazel.build
Apache License 2.0
15 stars 8 forks source link

Fix lints for unescaped quotes #50

Closed hanneskaeufler closed 1 year ago

hanneskaeufler commented 1 year ago
99:36  Error: `"` can be escaped with `"`, `“`, `"`, `”`.  react/no-unescaped-entities
100:73  Error: `"` can be escaped with `"`, `“`, `"`, `”`.  react/no-unescaped-entities

I introduced those accidentally with #43, see failing deploy on main branch

hobofan commented 1 year ago

Thanks a lot!