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
applies linting in a given project without needing npm
like executes npm run lint -- --fix within the running associated container. since code is mounted within the container the lint command would update the files in the actual project