-
Suggestions to additional rules for consistency on our own code-base:
- [ ] Require Copyright header (https://palantir.github.io/tslint/rules/file-header/) according to our standard (same as for C#…
-
Let's go line by line and decide on a coding style we agree on. I just merged my changes from my forked version of this repo so I could get rid of it. In the future we will make branches for each fe…
-
- Include missing space rule
![image](https://user-images.githubusercontent.com/67324958/91146868-26f63380-e6c0-11ea-9da2-70953606f538.png)
- Make lint fail if `get` does not contain explicitly set…
-
Are there tslint rules specific to inversify to catch common runtime errors at development time? Like if a class consturctor is used as an indentifier in the bind function then it should be annotated …
-
i suggest to add next rules:
1. **adjacent-overload-signatures** - Enforces function overloads to be consecutive.
2. **arrow-return-shorthand** - Suggests to convert `() => { return x; }` to `() =…
scink updated
5 years ago
-
I have a tslint.json file in my solution directory and I'm trying to create a custom rule following the guidelines on https://www.npmjs.com/package/tslint
I have created a "nonImportsRule.ts", have c…
-
-
#### Short description of the problem:
The lint command does not pass in `--project` or `--type-check`, therefore we cannot use any type checking rules.
https://github.com/palantir/tslint#type-check…
-
Ever since I started using create-react-app for my Typescript projects, I've noticed that I have to disable quite a few impossible linting rules that make life very hard for a newcomer to this project…
-
### 💥 Missing Converter
- `tslint-to-eslint-config` version: 2.10.1
- `typescript-eslint` version: N/A
#### TSLint Rule Name
Everything listed under https://github.com/jwbay/tslint-m…