Skip to content

Commit

Permalink
fix(@typescript-eslint): replace deprecated rules
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jun 25, 2020
1 parent f4650a5 commit 81291c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion @typescript-eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const config = {
],
rules: {
'@typescript-eslint/array-type': ['error', { default: 'array-simple' }],
'@typescript-eslint/camelcase': ['error', { allow: ['child_process'] }],
'@typescript-eslint/consistent-type-definitions': 'error',
'@typescript-eslint/default-param-last': 'error',
'@typescript-eslint/explicit-member-accessibility': 'error',
Expand Down

0 comments on commit 81291c3

Please sign in to comment.