TSC Summary:
Quote from the discussion:
Good point.
Because I'm not sure if the
bower_components
directory in subdirectories is a common use-case or not, so I have left it as-is. I think that we have three directions for this.
- We keep it as-is.
- We change it to
/**/bower_components/*
.- We remove
/bower_components/*
in favor of theignorePatterns
property of configs.In fact, the 3. is consistent with our stance -- we don't add exceptions anymore because we don't want to have the allowlist/denylist of all tools in the world.
TSC Question:
Should we stop ignoring bower_components by default in ESLint 7.x (or a later major release)?