Browse Source

storage-node linting: turn off @typescript-eslint/naming-convention

Mokhtar Naamani 4 năm trước cách đây
mục cha
commit
5b52b6e926
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      storage-node/.eslintrc.js

+ 1 - 0
storage-node/.eslintrc.js

@@ -13,6 +13,7 @@ module.exports = {
     'no-console': 'off', // we use console in the project
     '@typescript-eslint/no-var-requires': 'warn',
     '@typescript-eslint/camelcase': 'warn',
+    '@typescript-eslint/naming-convention': 'off',
   },
   overrides: [
     {