mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-03 23:42:50 +00:00
* add fxjs type * add fxjs type * add test * add project * add fxjs * add file * add * add map, filter, find, flat, flatMap, every, delay, log * add test * tsconfig modify * add fxjs-tests
13 lines
287 B
JSON
13 lines
287 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": true,
|
|
"callable-types": true,
|
|
"dt-header": true,
|
|
"no-padding": true,
|
|
"no-redundant-jsdoc": true,
|
|
"no-unnecessary-class": true,
|
|
"prefer-method-signature": true
|
|
}
|
|
}
|