-
Create configs for:
* application
* library
* release
Refs #24
See https://palantir.github.io/tslint/2016/03/31/sharable-configurations-rules.html
-
Would like this to act like the eslint-prettier
gits
https://github.com/prettier/tslint-config-prettier
https://github.com/prettier/tslint-plugin-prettier
-
Webessentials nightly build 2.3.5 gives me 'TSLint: Invalid config file.' on rebuild all in VS2013.
-
### Is this a bug report?
No
It would be great if multiple tslint files are supported. Use case: Currently I have a directory with auto-generated TS declaration files that I import, and I do…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I have a shared TSLint config that I use in multiple projects. i.e.:
```json
{ "extends": "@bigcommerce/tslint-config" }
```
However, this doesn't work because `@bigcommerce/tslint-config` is …
-
While this is a JavaScript-oriented toolbox, I'd like to have TypeScript working in here as well. This means adding tslint in addition to eslint rules and picking the right one based on whether the us…
-
I just test it on Windows, ~~but I think it may also occurs on other platform~~ (Edited: It's because windows path separator `\`, so it won't occurs on other platform).
```text
>.\node_modules\.…
-
@mgechev, in this preset there is an override of the tslint:all config, I understand that this preset complies with angular style guide, but this in the future can be difficult to maintain. Maybe it m…
-
# Issue
TSLint is (unfortunately) no longer maintained and framework linting should be migrated to ESLint.
This was done four years ago in [this PR](https://github.com/FoalTS/foal/pull/561) for …