You've already forked ModAttachr
mirror of
https://github.com/FullScreenShenanigans/ModAttachr.git
synced 2026-04-28 12:59:58 -07:00
2ecbcf53da
It's just enable, disable, and fireEvent now.
14 lines
280 B
JSON
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
|
|
}
|
|
}
|