-
#### Offending code
```ts
export class NullDereferenced extends Error {
constructor(readonly message: string = 'This value was promised to never be undefined.') {
super(message);
Ob…
-
It would be nice to follow best practices from js and ts programming paradigm, which could be enforced by providing tslint.
also united formatting and automatically handling all in pre commit hook…
-
Usually we have our react components `render` methods at the end of the class. The `member-ordering` rule wants the public render method to be defined before any private methods. I think we should enf…
-
Angular cli now uses webpack-beta.25 which breaks with the current project.
-
### Is this a bug report?
Yes
npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated browserslist@1…
-
☝️ Greenkeeper’s [updated Terms of Service](https://mailchi.mp/ebfddc9880a9/were-updating-our-terms-of-service) will come into effect on April 6th, 2018.
## Version **1.3.1** of [tslint-jasmine-rule…
-
> EDIT: I made a PR in the official react-scripts repo: [TypeScript support using Babel 7](https://github.com/facebook/create-react-app/pull/4837)
> EDIT: It was merged!
---
### Is this a bug r…
-
The package requires `"typescript": ">= 2.3.1 < 3"`, then this warning is printed when running together to TS 3.
```
npm WARN tslint-language-service@0.9.9 requires a peer of typescript@>= 2.3.1 <…
-
I wanted to list the local modules but I got this
is this normal ? see below
(except angular2-cookie wich has not angular 4 version)
I tried a prune
```
npm prune
npm WARN package.json app…
-
**Describe the bug**
When the rule `relative-url-prefix` is enabled it considers deep relative URLs to **not** be prefixed correctly.
```TypeScript
// Codelyzer considers valid:
'./foo.ts'
…