Skip to content

Commit 21a33cd

Browse files
committed
style: lint type maker test file
1 parent da38441 commit 21a33cd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/prompts/type-maker.test.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ describe('type-maker', () => {
6767
value: 'docs',
6868
},
6969
{
70-
name:
71-
'style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)',
70+
name: 'style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)',
7271
short: 'style',
7372
value: 'style',
7473
},
@@ -88,14 +87,12 @@ describe('type-maker', () => {
8887
value: 'test',
8988
},
9089
{
91-
name:
92-
'build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)',
90+
name: 'build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)',
9391
short: 'build',
9492
value: 'build',
9593
},
9694
{
97-
name:
98-
'ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)',
95+
name: 'ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)',
9996
short: 'ci',
10097
value: 'ci',
10198
},

0 commit comments

Comments
 (0)