Skip to content

Commit 6032f14

Browse files
chore: add eslintignore (testing-library#294)
1 parent 45e22a4 commit 6032f14

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,10 @@
5757
"jsx-a11y/tabindex-no-positive": "off",
5858
"no-return-assign": "off"
5959
}
60-
}
60+
},
61+
"eslintIgnore": [
62+
"node_modules",
63+
"coverage",
64+
"dist"
65+
]
6166
}

0 commit comments

Comments
 (0)