DefinitelyTyped/types/amcharts/tslint.json
Ricky Lippmann 538bee5326 amcharts linting fixed and splitted into class files (#22413)
* [FIX] make amcharts definitions work in strict mode

* [FIX] travis checks header

* clean some linting issues, export namespace, add version and provide small test

* [FIX] linting

* [MOD] split into several files for easier maintenance access

* [ADD] couple of tests
2018-01-05 11:06:28 -08:00

6 lines
97 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"max-line-length": [true, 120]
}
}