10 Matching Annotations
- May 2024
- Sep 2023
-
Tags
Annotators
URL
-
- Aug 2023
-
-
@exodus/schemasafe can also function in a linter mode, collecting all schema errors instead of throwing on the first one.
-
- Sep 2022
-
-
concurrent-safe
-
-
bitfieldconsulting.com bitfieldconsulting.com
-
For example, whereas C programmers have argued for years about where to put their brackets, and whether code should be indented with tabs or spaces, both Rust and Go eliminate such issues completely by using a standard formatting tool (gofmt for Go, rustfmt for Rust) which rewrites your code automatically using the canonical style. It’s not that this particular style is so wonderful in itself: it’s the standardisation which Rust and Go programmers appreciate.
-
- May 2022
-
linter.structured-data.org linter.structured-data.org
Tags
Annotators
URL
-
- May 2021
-
github.com github.com
-
If you are working on a codebase within which you lint non-TypeScript code (i.e. .js/.jsx), you should ensure that you should use ESLint overrides to only enable the rule on .ts/.tsx files. If you don't, then you will get unfixable lint errors reported within .js/.jsx files.
-
- Oct 2020
-
dylanvann.com dylanvann.com
-
Even if we didn’t think of this dependency ourselves eslint-plugin-react-hooks would tell us about it.
-
- Apr 2020
-
github.com github.com
- Oct 2018
-
linter.structured-data.org linter.structured-data.org
Tags
Annotators
URL
-