Skip to content

Commit

Permalink
feat: add newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Apr 28, 2022
1 parent 2a02bc0 commit 1589aa1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
node_modules/
.DS_Store
yarn.lock
yarn-error.log
yarn-error.log
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_modules

package-lock.json
yarn.lock
yarn-error.log
yarn-error.log
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_modules/
yarn.lock
yarn-error.log

*ignore
*ignore
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"source.fixAll.eslint": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}
}

0 comments on commit 1589aa1

Please sign in to comment.