diff --git a/packages/typescript/index.js b/packages/typescript/index.js index 0c636ab..7279ec5 100644 --- a/packages/typescript/index.js +++ b/packages/typescript/index.js @@ -114,11 +114,11 @@ module.exports = { // '@typescript-eslint/dot-notation': ['error', { allowKeywords: true }], // off - '@typescript-eslint/camelcase': 'off', + '@typescript-eslint/naming-convention': 'off', '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/explicit-member-accessibility': 'off', '@typescript-eslint/no-explicit-any': 'off', - '@typescript-eslint/no-parameter-properties': 'off', + '@typescript-eslint/parameter-properties': 'off', '@typescript-eslint/no-empty-interface': 'off', '@typescript-eslint/ban-ts-ignore': 'off', '@typescript-eslint/no-empty-function': 'off',