Skip to content

Commit

Permalink
Merge pull request #101 from github/fix-camelcase-rule-in-typescript-…
Browse files Browse the repository at this point in the history
…config

Turn eslint `camelcase` rule off in typescript config
  • Loading branch information
koddsson committed Mar 24, 2020
2 parents 882f4ed + 9b9bba3 commit a6c489b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/configs/typescript.js
Expand Up @@ -3,6 +3,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint', 'github'],
rules: {
camelcase: 'off',
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/explicit-member-accessibility': 'off',
Expand Down

0 comments on commit a6c489b

Please sign in to comment.