-
**Description**
Currently there are no typescript linting rules enforced in the SDK repo. Let's enforce some reasonable lints :)
Reasonable set of typescript eslint rules from Rossi at Hyperlane: ht…
-
Since this is a new project, it would be nice to configure a linter with a tighter set of rules than the default one provided by Standard.
For example, the current Standard configuration allows the…
mbsrc updated
4 years ago
-
Need to audit linting rules across PatternFly and standardize linting rules across all react projects
-
There are several SymPy-specific linting rules that we could apply to the codebase. These are things that only apply to SymPy itself, so there aren't really existing linters that would catch them.
…
-
# Description
Right now, the linting solution is pretty much just drag-and-dropped from older project setups that I've used, _but never really fully configured_. Such is the curse of being ADHD and…
-
Hi! Super interesting project! I always beeline to protos or other api specs.
Can I suggest that https://buf.build/docs/lint/rules#minimal and /or https://linter.aip.dev/ are leveraged to help norm…
-
As a Bryce I would like to have some overridden lint rules reverted.
The linting rules need to be reevaluated and overrides removed where feasible.
After changes an auto lint should be ran to fi…
-
**Describe the bug**
Running `redocly lint ` produces this warning:
**Expected behavior**
Ideally, there should be no warning.
**API description**
Any async API 2.6/3 desc…
-
- [ ] Ensure that any database operation within a `withTx` or `withRetryTxx` uses the transaction rather than raw DB connection (examples in https://github.com/fleetdm/fleet/pull/1668)
- [ ] Suggest …
zwass updated
2 years ago
-
I've done some research on what `.tslintrc` should look like. Here are my notes:
1. We already have a very extensive ruleset for JavaScript / ECMAScript with AirBNB #6 .
2. Unfortunately `eslint` curr…