Skip to content

Commit 82d1ce9

Browse files
committed
style: removes semicoon, uff!
1 parent c7349e4 commit 82d1ce9

37 files changed

Lines changed: 754 additions & 759 deletions

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
semi: true
1+
semi: false
22
printWidth: 80
33
singleQuote: true
44
tabWidth: 2

e2e/__helpers__/templates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ export const allPackageSets = [
99
PackageSets.babel6,
1010
PackageSets.babel7,
1111
PackageSets.jest22,
12-
];
12+
]

0 commit comments

Comments
 (0)