Skip to content

Commit

Permalink
Add missing EOF newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailalexander committed Sep 12, 2024
1 parent a5ee3ef commit 2bd50f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
"ignorePatterns": [
"src/*.d.ts"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@
"trailingComma": "none",
"arrowParens": "avoid"
}
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
"include": [
"src"
]
}
}

0 comments on commit 2bd50f9

Please sign in to comment.