Files
Josh Goldberg 2ecbcf53da (v0.7.4) Simplified and documented API
It's just enable, disable, and fireEvent now.
2018-01-16 02:41:29 -08:00

14 lines
280 B
JSON

{
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
"linterOptions": {
"exclude": [
"./node_modules/**/*"
]
},
"rules": {
"completed-docs": false,
"no-any": false,
"no-unsafe-any": false
}
}