web: restricted all eslints to local checks only and blocked them from cache analysis
This commit is contained in:
@ -13,6 +13,8 @@ export default [
|
||||
{
|
||||
ignores: [
|
||||
"dist/",
|
||||
".wireit/",
|
||||
"packages/",
|
||||
// don't ever lint node_modules
|
||||
"node_modules/",
|
||||
".storybook/*",
|
||||
|
Reference in New Issue
Block a user