You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And just hangs. I've been running lint-staged both with --verbose and --debug flags, but this does not yield any usable debugging info unfortunately.
My lint-staged config looks like:
exportdefault{'src/**/*.ts': 'ng-lint-staged lint:dwp --',// works fine'*.json': (filenames)=>filenames.map((filename)=>`npm run validjson ${filename}`),// or just npx validjson ${filename}};