Skip to content

Commit

Permalink
build: ignore CHANGELOG.md from linting and formatting
Browse files Browse the repository at this point in the history
Prettier and ESLint were both trying to drive formatting for CHANGELOG.md that didn't actually
result in a end difference for Github's markdown generator. It was causing unnecessary commits. As
CHANGELOG.md is auto-generated, linting it is not necessary.

Resolves: 44
  • Loading branch information
M-Scott-Lassiter committed May 20, 2022
1 parent b5f3c9c commit 2e3ca94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
coverage
coverage
CHANGELOG.md
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
CHANGELOG.md

0 comments on commit 2e3ca94

Please sign in to comment.