Skip to content

Instantly share code, notes, and snippets.

@nwalters512
Last active August 16, 2018 20:13
Show Gist options
  • Save nwalters512/ecfcb8c472b2e2e96c561fcb8b6839dc to your computer and use it in GitHub Desktop.
Save nwalters512/ecfcb8c472b2e2e96c561fcb8b6839dc to your computer and use it in GitHub Desktop.
id: 2018.07.16-eslintrc-yml
title: Rename all .eslintrc files to .eslintrc.yml
adapter:
type: github
search_query: org:NerdWallet path:/ filename:.eslintrc
hooks:
should_migrate:
- ls .eslintrc
- git log -1 --format=%cd | grep 2018 --silent
apply: mv .eslintrc .eslintrc.yml
pr_message: echo "Hey! This PR renames `.eslintrc` to `.eslintrc.yml`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment