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 19:07:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
master
DefinitelyTyped
/
types
/
aws-lambda
/
tslint.json
7 lines
87 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Ensure every package has a tslint.json (#21009) * Ensure every package has a tslint.json * Fixes
2017-10-25 18:13:50 +00:00
{
"extends"
:
"dtslint/dt.json"
,
"rules"
:
{
[aws-lambda] Some docs, split up types and tests (#42080) * [aws-lambda] Some docs, split up index.d.ts into multiple files. Documents handler type and conventions for adding triggers more explicitly. The same index.d.ts docs should explain the thinking for the new layout convention. No changes to the type tests in this first commit, to show that the tests still passs, and because I think they deserve more attention (and I need lunch right now). Most event structures have little to no changes other than re-ordering or removing inaccurately copy/pasted comments in a case or two. Loses history, but github doesn't support rename history anyway, and it's even more ugly to get git to track file splits even for local usage. Apologies for the huge diff. * [aws-lambda] Split tests to per-service files, add contributor README.md Updates most of the files to a consistent style.
2020-02-14 17:18:39 +00:00
"npm-naming"
:
false
Ensure every package has a tslint.json (#21009) * Ensure every package has a tslint.json * Fixes
2017-10-25 18:13:50 +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