Explorar o código

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

storage-node linting: turn off @typescript-eslint/naming-convention
Mokhtar Naamani %!s(int64=4) %!d(string=hai) anos
pai
achega
5a49611d1a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: [
     {