Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
refactor: add *.txt to prettierignore (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmaral authored Sep 20, 2020
1 parent 16e7058 commit 7da4285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prettier/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function task () {
prettierIgnore.add('.eslintrc.json')
prettierIgnore.add('package.json')
prettierIgnore.add('*.html')
prettierIgnore.add('*.txt')
prettierIgnore.save()

/**
Expand Down

0 comments on commit 7da4285

Please sign in to comment.