Skip to content

Commit aa211d1

Browse files
authored
refactor(logger): overall improvements - DX, examples, business logic (aws-powertools#16)
* chore(logger): merge with main * docs(logger): update examples folder and temp readme
1 parent c84ac6c commit aa211d1

25 files changed

+624
-378
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ module.exports = {
4848
'no-console': 0,
4949
'no-multi-spaces': [ 'error', { 'ignoreEOLComments': false } ],
5050
'no-multiple-empty-lines': [ 'error', { 'max': 1, 'maxBOF': 0 } ],
51+
'no-throw-literal': 'error',
5152
'object-curly-spacing': [ 'error', 'always' ],
5253
'prefer-arrow-callback': 'error',
5354
'quotes': [ 'error', 'single', { 'allowTemplateLiterals': true } ],

0 commit comments

Comments
 (0)