@@ -43,6 +43,9 @@ module.exports = {
rules: {},
},
{
+ // We specify rules explicitly for the sdk-loader here so we do not have
+ // eslint ignore comments included in the source file, which is consumed
+ // by users.
files: ['**/js-sdk-loader.ts'],
rules: {
'no-console': 'off',