DefinitelyTyped/types/parse/tslint.json
Robby Helms a7b26a5f90 [@types/parse] 2.10: Stricter Parse.Object attributes type, improve linting, and add tests (#40878)
* 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
2019-12-09 21:55:24 -05:00

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
}
}