Skip to content

Commit

Permalink
off base rule
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Aug 23, 2020
1 parent bdc0638 commit ef929b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/configs/all.ts
Expand Up @@ -132,6 +132,7 @@ export = {
'@typescript-eslint/typedef': 'error',
'@typescript-eslint/unbound-method': 'error',
'@typescript-eslint/unified-signatures': 'error',
'comma-dangle': 'off',
'@typescript-eslint/comma-dangle': 'error',
},
};

0 comments on commit ef929b3

Please sign in to comment.