web: restricted all eslints to local checks only and blocked them from cache analysis

This commit is contained in:
Ken Sternberg
2024-08-09 09:56:55 -07:00
parent 0cc0fdaae3
commit 9b40ecb023
4 changed files with 11 additions and 0 deletions

View File

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