Skip to content

Commit

Permalink
fixup! misc(eslint-config): update eslint to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumewuip committed Jun 20, 2020
1 parent 1519fe9 commit 2b70513
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/eslint-config/shared/typescript.js
Expand Up @@ -60,14 +60,6 @@ module.exports = {
'@typescript-eslint/no-useless-constructor':
airbnbES6Rules['no-useless-constructor'],

// Replace Airbnb 'camelcase' rule with '@typescript-eslint' version
// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/camelcase.md
camelcase: 'off',
'@typescript-eslint/camelcase': [
'error',
{ ...javascriptRules.camelcase[1], genericType: 'always' },
],

// Replace Airbnb 'no-empty-function' rule with '@typescript-eslint' version
// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-empty-function.md
'no-empty-function': 'off',
Expand Down

0 comments on commit 2b70513

Please sign in to comment.