Skip to content

Commit a96d8f6

Browse files
author
Sam Richard
committed
🐛 Fix ESLint
1 parent 361671d commit a96d8f6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.eslintrc.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
extends:
2-
- ibm/vanilla/configurations/vanilla-node
2+
- punchcard
3+
4+
env:
5+
es6: true
36

47
rules:
58
no-empty-label: 0 # hides deprecated rule
@@ -8,5 +11,3 @@ rules:
811
space-return-throw-case: 0 # hides deprecated rule
912
keyword-spacing: 2 # replaces `space-after-keywords`, `space-before-keywords`, and `space-return-throw-case`
1013
strict: 1 # fixes a circular bug
11-
12-

0 commit comments

Comments
 (0)