atomist-skills / github-auto-rebase-skill

Atomist Skill to rebase a pull request branch if there are branches to the base branch
Apache License 2.0
0 stars 0 forks source link

Update ESLint configuration #183

Closed atomist[bot] closed 3 years ago

atomist[bot] commented 3 years ago

Update ESLint repository configuration to skill configuration.

This pull request configures support for applying ESLint linting rules on every commit locally by using a Git pre-commit hook. The pre-commit hook will only format staged files. To apply the linting rules across your entire repository, run:

$ npm run atm:lint:eslint --- --ext .ts .


Files changed:


atomist/eslint-skill · Configure

atomist[bot] commented 3 years ago

Pull request auto merged: