mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* parse: Fix tslint issues * parse: Update ts test cases * parse: Stricter types for Parse.Object attributes * Better constructor handling for Parse.Object * Use keyof T for more attribute parameters and add tests * parse: Improve Parse.Object method types and add more tests * Remove Parse.VERSION type as it does not exist in documentation * Add references for other declaration files to index.d.ts * parse: Fix constructor types for classes that extend Parse.Object * parse: Fix Parse.Object child classes * Return Parse functions to old location for more readable diff * parse: Remove for import * parse: Lint fixes * parse: Revert to old module declarations for easier diff
10 lines
206 B
JSON
10 lines
206 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"no-unnecessary-generics": false,
|
|
"no-self-import": false,
|
|
"no-declare-current-package": false
|
|
}
|
|
}
|