-
This repository still uses TSLint, which is being deprecated: https://github.com/palantir/tslint/issues/4534. It'd be great to move it over to [typescript-eslint](http://typescript-eslint.io) to no lo…
-
Hi, Any thoughts on this one?
When I run this...
`npm run server`
I get...
```
ERROR in ./src/vendor.ts
Module build failed: Error: Could not find the following rules specified in the configuratio…
-
Here's how `tslint-loader` is used now:
```javascript
{
test: /\.(ts|tsx)$/,
loader: require.resolve('tslint-loader'),
enforce: 'pre',
include: paths.appSrc,
}
```
As per …
-
Tslint styling errors prevent compilation, for example:
C:/Code/testreact4/node_modules/typed-signals/src/Signal.ts
(9,5): Declaration of public instance field not allowed after declarat…
kaba2 updated
6 years ago
-
## Version **5.3.0** of [tslint](https://github.com/palantir/tslint) just got published.
Branch
Build failing 🚨
Dependency
tslint…
-
Given the TS 2019 roadmap (https://github.com/Microsoft/TypeScript/issues/29288) and the future deprecation of TSLint (https://github.com/palantir/tslint/issues/4534), I'm wondering if there will be a…
-
## Version **5.9.0** of [tslint](https://github.com/palantir/tslint) was just published.
Branch
Build failing 🚨
Dependency
tslint…
-
WebEssentials 2013 (release 2.5.4 and nightly build) ships with TSLint 1.0.1.
TSLint
-
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\.…
-
hello,
I nneded to move from tslint to eslint as tslint is depricated.
I did it by running in the terminal:
`ng add @angular-eslint/schematics@14`
followed by
`ng g @angular-eslint/schemat…