浏览代码

Merge pull request #1023 from mnaamani/storage-node/typescript-eslint-naming-convention-off

storage-node linting: turn off @typescript-eslint/naming-convention
Mokhtar Naamani 4 年之前
父节点
当前提交
5a49611d1a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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: [
     {