Skip to content

Commit 1513c3f

Browse files
committed
test: excluded dist from lint check
1 parent 0826beb commit 1513c3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@
184184
"eslintIgnore": [
185185
"node_modules/",
186186
"coverage/",
187-
"lib/"
187+
"lib/",
188+
"dist/"
188189
],
189190
"prettier": {
190191
"quoteProps": "consistent",

0 commit comments

Comments
 (0)