-
Here we want to enforce using specific rules instead of disabling TSLint altogether. This would ban meta-code like this:
```typescript
// tslint:disable
const x = foo & 4;
const y = foo & 8;
//…
-
https://medium.com/palantir/tslint-in-2019-1a144c2317a9
https://github.com/palantir/tslint/issues/4534
https://palantir.github.io/tslint/usage/configuration/
https://palantir.github.io/tslint/rul…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
Forgetting to put an await before calling an async function can have very bad outcomes and is quite hard to notice
TSLint has a rule named no-floating-promises -https://palantir.github.io/tslint/ru…
-
-
I have my tslint.json under a `config` folder in my project, seems like the atom linter is expecting it to be at the root.
I don't see any configuration for this, can we get a config point / is ther…
-
It's either something wrong with my `tslint.json` (which used to work before I upgraded many packages) or it's a bug.
### Is this a bug report?
Yes
### Can you also reproduce the problem …
-
## Tslint
tslint is installed but i did not find any configuration file or script to run it
Testing **tslint** with the configuration below produce many linting errors and warnings.
```json
…
-
We're still using TSLint [which has been deprecated](https://blog.palantir.com/tslint-in-2019-1a144c2317a9) for some time now. Ideally we move to a different stack for linting. The most mature option …
-
The AssemblyScript project seems to have a [configuration](https://github.com/AssemblyScript/assemblyscript/tree/master/lib/lint) for tslint. It's not clear how to use it though since `@assemblyscript…