Tool that provides git hooks to prevent bad commits
Take the following Typescript arrow function: /** * Returns a probably unique component name. * * @param baseName a suggested name to make unique. * @…
typescript tslint pre-commit-hook husky lint-stagedI use husky to check JS before commit. In my package.json i have "scripts": { "lintStyles": "stylelint app/**/*.scss", "fixStylesLinting": "…
javascript npm eslint stylelint husky