Skip to content

Commit d581e7d

Browse files
committed
Ignore type tests from eslint
1 parent d2b130d commit d581e7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111
"eslintIgnore": [
112112
"node_modules",
113113
"coverage",
114-
"dist"
114+
"dist",
115+
"types/__tests__"
115116
],
116117
"repository": {
117118
"type": "git",

0 commit comments

Comments
 (0)