Skip to content

Commit a6c489b

Browse files
authored
Merge pull request #101 from github/fix-camelcase-rule-in-typescript-config
Turn eslint `camelcase` rule off in typescript config
2 parents 882f4ed + 9b9bba3 commit a6c489b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/configs/typescript.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
parser: '@typescript-eslint/parser',
44
plugins: ['@typescript-eslint', 'github'],
55
rules: {
6+
camelcase: 'off',
67
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
78
'@typescript-eslint/no-use-before-define': 'off',
89
'@typescript-eslint/explicit-member-accessibility': 'off',

0 commit comments

Comments
 (0)