DefinitelyTyped/types/convert-layout/tslint.json
xeningem 0fc087ca36 Fix definition for convert-layout (#20355)
* Add types for convert-layout ( https://github.com/ai/convert-layout )

* Add missed layouts, fix tsc warnings

* Fix tslint and common mistakes

* Simplify definition structure for convert-layout
2017-10-11 16:20:10 -07:00

7 lines
105 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-declare-current-package": false
}
}