Created
April 6, 2020 07:08
-
-
Save aahung/c2f049e718593d8477544e68781237a8 to your computer and use it in GitHub Desktop.
Add eslint ignore to all files (macOS)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find ./src -maxdepth 5 -type f -name *.tsx -exec sed -i '' '1i\ | |
/* eslint-disable */ | |
' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment