Skip to content

Commit

Permalink
Merge pull request #1023 from mnaamani/storage-node/typescript-eslint…
Browse files Browse the repository at this point in the history
…-naming-convention-off

storage-node linting: turn off @typescript-eslint/naming-convention
  • Loading branch information
mnaamani authored Jul 22, 2020
2 parents 93c31cf + 5b52b6e commit 5a49611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage-node/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down

0 comments on commit 5a49611

Please sign in to comment.