Skip to content

Commit

Permalink
chore(eslint-plugin): add space in comment (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored and bradzacher committed Jan 7, 2020
1 parent ac789dd commit 1898bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/configs/eslint-recommended.ts
Expand Up @@ -7,7 +7,7 @@ export default {
{
files: ['*.ts', '*.tsx'],
rules: {
//Checked by Typescript - ts(2378)
// Checked by Typescript - ts(2378)
'getter-return': 'off',
// Checked by Typescript - ts(2300)
'no-dupe-args': 'off',
Expand Down

0 comments on commit 1898bdf

Please sign in to comment.