Skip to content

Commit 9cccc2e

Browse files
FSVetazskye2k2
andauthored
npm update and cut the release like @fs/eslint-config-frontier-react (#18)
Updated because I saw that @fs/eslint-config-frontier-react had cut the release. my only concern is the new JSDoc description does not satisfy the regex. @skye2k2 Could you take a look at that? --------- Co-authored-by: Clif Bergmann <[email protected]>
1 parent e8e35aa commit 9cccc2e

File tree

5 files changed

+161
-100
lines changed

5 files changed

+161
-100
lines changed

demo/example.js

+11
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ switch (1) {
8787
case 1:
8888
break
8989
case 2:
90+
case 3:
9091
switch (2) {
9192
case 1:
9293
duplicateFunction()
@@ -116,6 +117,16 @@ switch (1) {
116117
break
117118
case 11:
118119
break
120+
case 12:
121+
break
122+
case 13:
123+
break
124+
case 14:
125+
break
126+
case 15:
127+
break
128+
case 16:
129+
break
119130
default:
120131
break
121132
}

0 commit comments

Comments
 (0)