NODE_LINT_CACHE_ARGS breaks ng lint
Describe the bug
3dc3333c adds NODE_LINT_CACHE_ARGS will --ignore-pattern args.
It works well with eslint but ng lint reject it.
Expected behavior
node-lint works successfully with Angular
Actual behavior
Error: Unknown argument: ignore-pattern
Workaround
- Add
NODE_LINT_CACHE_ARGS: ""variable and set excluded folders in.angular-cli.json