mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 08:26:35 +08:00
* fix(auth0-lock): adds additional theme options * fix(auth0lock): adds AuthResult object
13 lines
286 B
JSON
13 lines
286 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"only-arrow-functions": false,
|
|
"no-misused-new": false,
|
|
"no-single-declare-module": false,
|
|
"prefer-method-signature": false,
|
|
"object-literal-shorthand": false,
|
|
"typedef-whitespace": false,
|
|
"no-var": false
|
|
}
|
|
}
|