DefinitelyTyped/types/mathjs/tslint.json
Andy Patterson 21e5370ae9 [@types/mathjs] enable linting (#24725)
* [@types/mathjs] enable linting

* [@types/mathjs] add username to definitions

* [@types/mathjs] remove redundant jsdoc annotations and export statements
2018-04-09 16:31:31 -07:00

7 lines
97 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"only-arrow-functions": false
}
}