Просмотр исходного кода

chore(js): Add comment to js-sdk-loader eslint config (#47340)

Evan Purkhiser 1 год назад
Родитель
Сommit
1d07fe72af
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      .eslintrc.js

+ 3 - 0
.eslintrc.js

@@ -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',