Skip to content

Commit b8d4f72

Browse files
committed
eslint
1 parent ab3d8ff commit b8d4f72

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

boilerplates/lerna-workspace/.eslintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
"error",
3939
"as-needed"
4040
],
41+
"semi": [
42+
"error",
43+
"always"
44+
],
4145
"simple-import-sort/imports": 1,
4246
"simple-import-sort/exports": 1,
4347
"unused-imports/no-unused-imports": 1,

boilerplates/telescope/.eslintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
"error",
3939
"as-needed"
4040
],
41+
"semi": [
42+
"error",
43+
"always"
44+
],
4145
"simple-import-sort/imports": 1,
4246
"simple-import-sort/exports": 1,
4347
"unused-imports/no-unused-imports": 1,

0 commit comments

Comments
 (0)