Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Mar 24, 2021
1 parent 23611c1 commit 63979e6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/install-ses/install-ses.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ lockdown({
// this may be a development accident that MUST be fixed before merging.
//
// errorTaming: 'unsafe',

//
//
// The default `{stackFiltering: 'concise'}` setting usually makes for a
// better debugging experience, by severely reducing the noisy distractions
// of the normal verbose stack traces. Which is why we comment
Expand All @@ -41,7 +42,8 @@ lockdown({
// this may be a development accident that MUST be fixed before merging.
//
// stackFiltering: 'verbose',

//
//
// The default `{overrideTaming: 'moderate'}` setting does not hurt the
// debugging experience much. But it will introduce noise into, for example,
// the vscode debugger's object inspector. During debug and test, if you can
Expand All @@ -53,7 +55,8 @@ lockdown({
// this may be a development accident that MUST be fixed before merging.
//
// overrideTaming: 'min',

//
//
// The default `{consoleTaming: 'safe'}` setting usually makes for a
// better debugging experience, by wrapping the original `console` with
// the SES replacement `console` that provides more information about
Expand Down

0 comments on commit 63979e6

Please sign in to comment.