Skip to content

Commit 272f56a

Browse files
committed
add type formatting category with eslint rules
1 parent f2d926f commit 272f56a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

code-pushup.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ const esLintConfig: CoreConfig = {
2424
{ type: 'group', plugin: 'eslint', slug: 'suggestions', weight: 1 },
2525
],
2626
},
27+
{
28+
slug: 'formatting',
29+
title: 'Formatting',
30+
refs: [
31+
{ type: 'group', plugin: 'eslint', slug: 'formatting', weight: 1 },
32+
],
33+
},
2734
{
2835
slug: 'modern-angular',
2936
title: 'Modern Angular',

0 commit comments

Comments
 (0)