We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666bfc8 commit f24eb45Copy full SHA for f24eb45
.eslintrc.js
@@ -162,6 +162,7 @@ module.exports = {
162
'aws-toolkits/no-incorrect-once-usage': 'error',
163
'aws-toolkits/no-string-exec-for-child-process': 'error',
164
'aws-toolkits/no-console-log': 'error',
165
+ 'aws-toolkits/no-json-stringify-in-log': 'error',
166
'no-restricted-imports': [
167
'error',
168
{
0 commit comments