-
This is mostly my opinion, but I really think that a formatter such as `prettier` in conjunction with a linter such as ESLint (`@typescript-eslint` with `eslint-plugin` or `TSLint` if you prefer) woul…
-
### Description
Add logic to map **charset** property to ESLint rule.
As of right now, there is no implementation for the rule that checks file encoding but after some discussion on the [issue]…
-
Hello.
When I building a project with maven, the log of execution npm scripts is not displayed.
Output only the gulp log.
Execution of all scripts is successful.
Should these logs be displa…
-
@angular/cdk ^5.0.2 → ^5.2.5
@angular/material ^5.0.2 → ^5.2.5
@ngtools/webpack ^1.9.3 → ^1.10.2
chart.js ^2.6.0 → ^2.7.2
core-js ^…
-
You seem to have 2 bugs
```
ERROR in node_modules\ng2-smart-table\components\tbody\tbody.component.html(1,2005): : Operator '+' cannot be applied to types 'number' and 'boolean'.
node_modules\ng2…
-
## Bug Report
I want use X6 on IE11 (X6 repo url is: https://github.com/antvis/X6)
But I cannot make my code build with babel work on the IE11.
Could someone help me to fix it?
**Current behav…
-
Hello !
I'm trying to use `eslint-config-airbnb-typescript` in my project but WebStorm throw this errors:
```
ESLint: Definition for rule '@typescript-eslint/comma-dangle' was not found.(@type…
-
### Version
15.0.0
### Reproduction link
[https://github.com/bobbylight/vue-loader-15-tslint-issue](https://github.com/bobbylight/vue-loader-15-tslint-issue)
### Steps to reproduce
git clone …
-
Looking for an option to not indent cases:
```js
switch(type) {
case "one":
// ...
case "two": {
let foo = "bar"
// ...
break
}
case "three": {
let something = "here"
// ...
…
-
Hi,
the tslint-loader doen't check Rules in my typescript interfaces:
```
import {Component} from '@angular/core';
export interface Test {
Test : string;
}
```
Running tslint standalone results i…