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
"fix:all": "npm run lint:fix && npm run mdlint:fix && npm run bad-linebreaks:fix",
"lint": "eslint . --ext .js,.mjs,.cjs",
"lint:fix": "npm run lint -- --fix",
"mdlint": "markdownlint-cli2",
"mdlint:fix": "markdownlint-cli2 --fix",
"//": "markdownlint most likely to fail, so run that first",
"test": "npm run mdlint && npm run bad-linebreaks-test && npm run bad-linebreaks && npm run lint && npm run check-delegates-test && npm run check-delegates"