We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 882f4ed + 9b9bba3 commit a6c489bCopy full SHA for a6c489b
lib/configs/typescript.js
@@ -3,6 +3,7 @@ module.exports = {
3
parser: '@typescript-eslint/parser',
4
plugins: ['@typescript-eslint', 'github'],
5
rules: {
6
+ camelcase: 'off',
7
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
8
'@typescript-eslint/no-use-before-define': 'off',
9
'@typescript-eslint/explicit-member-accessibility': 'off',
0 commit comments