Fix eslint so it only lints the local package. Other packages have their own responsibilities.

This commit is contained in:
Ken Sternberg
2024-08-08 15:44:43 -07:00
parent 74b8da28ca
commit b84652d9d3

View File

@ -12,6 +12,8 @@ export default [
{
ignores: [
"dist/",
".wireit/",
"packages/",
// don't ever lint node_modules
"node_modules/",
".storybook/*",