This website requires JavaScript.
Explore
Help
Register
Sign In
flip
/
DefinitelyTyped
Watch
1
Star
0
Fork
0
You've already forked DefinitelyTyped
mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced
2026-02-06 10:56:53 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
master
DefinitelyTyped
/
types
/
gapi.client.appengine
/
tslint.json
7 lines
90 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Add Google APIs typings (#19083) * Add Google APIs typings * [gapi.cliebt.* ] Add version as part of typings name and fix gapi.client tslint errors * versions should not get their own folders fixing a few typos using /** syntax so comments show up in editors export only actual (last) version for now * export only actual (last) version for now * merge namespaces and remove unnecessary namespace qualifiers * remove namespace qualifier for gapi.client.Request from nested namespaces and change Request base interface to Promise * disable await-promise rule * fix collision between gapi.client.Request and Request from nested namespace disable no-irregular-whitespace rule * sort properties and namespace resources * remove empty comments sort resources amd methods in tests and readme.md * update 'this is autogenerated file' banner to remove this text from gapi.client namespace hint use multiline comments when comment has several lines * implement no-trailing-whitespace, no-padding, max-line-length, await-promise, no-irregular-whitespace rules * add strictFunctionTypes to tsconfig * fix "Whitespace within parentheses is not allowed" rule * fix ts-lint rules * fixes * remove deprecated replicapool and replicapoolupdater api * fix no-irregular-whitespace * fix no-irregular-whitespace
2017-10-09 21:55:04 +00:00
{
"extends"
:
"dtslint/dt.json"
,
"rules"
:
{
Update tslint configs (#42555) * Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
2020-02-25 00:06:03 +00:00
"await-promise"
:
false
Add Google APIs typings (#19083) * Add Google APIs typings * [gapi.cliebt.* ] Add version as part of typings name and fix gapi.client tslint errors * versions should not get their own folders fixing a few typos using /** syntax so comments show up in editors export only actual (last) version for now * export only actual (last) version for now * merge namespaces and remove unnecessary namespace qualifiers * remove namespace qualifier for gapi.client.Request from nested namespaces and change Request base interface to Promise * disable await-promise rule * fix collision between gapi.client.Request and Request from nested namespace disable no-irregular-whitespace rule * sort properties and namespace resources * remove empty comments sort resources amd methods in tests and readme.md * update 'this is autogenerated file' banner to remove this text from gapi.client namespace hint use multiline comments when comment has several lines * implement no-trailing-whitespace, no-padding, max-line-length, await-promise, no-irregular-whitespace rules * add strictFunctionTypes to tsconfig * fix "Whitespace within parentheses is not allowed" rule * fix ts-lint rules * fixes * remove deprecated replicapool and replicapoolupdater api * fix no-irregular-whitespace * fix no-irregular-whitespace
2017-10-09 21:55:04 +00:00
}
#no-publishing-comment No more tabs in json documents, trailing newlines for every document
2020-05-15 19:27:10 +00:00
}
Reference in New Issue
Copy Permalink