DefinitelyTyped/types/classnames/tslint.json
Josh McCullough 207b590697 classnames: export types (#35692)
* add myself as author

* export types

* remove illegal comment from tslint.json

* move types to own definition files so they can be exported

* revert import change in tests
2019-05-30 11:04:31 -07:00

8 lines
100 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"npm-naming": false,
"dt-header": false
}
}