Skip to content

Commit 1589aa1

Browse files
committed
feat: add newline at end of file
1 parent 2a02bc0 commit 1589aa1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
node_modules/
55
.DS_Store
66
yarn.lock
7-
yarn-error.log
7+
yarn-error.log

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ node_modules
33

44
package-lock.json
55
yarn.lock
6-
yarn-error.log
6+
yarn-error.log

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ node_modules/
33
yarn.lock
44
yarn-error.log
55

6-
*ignore
6+
*ignore

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"source.fixAll.eslint": true
1515
},
1616
"typescript.tsdk": "node_modules/typescript/lib"
17-
}
17+
}

0 commit comments

Comments
 (0)