mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Removal of any * Reduce any; fix default values in JsDoc * Note about Execute and RecordsAffected; Default property on Recordset * Expanded tests * Fixed linting errors * Fix long lines * Define return value of Execute methods * Add Bookmark * Initial commit for ADOX * Clean up `any` in ADOX * Removed duplicate types from ADOX; add jsDoc to Attribute properties * ADOX tests * Lint fixes * State flag comment * Reduce any * Add multicolumn index finder in tests file * Update activex-access version * Updated activex-infopath version
8 lines
124 B
JSON
8 lines
124 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"no-const-enum": false,
|
|
"max-line-length": false
|
|
}
|
|
}
|