Skip to content

Commit f76d44f

Browse files
authored
Merge pull request #7 from julyskies/develop
Fixes
2 parents f031cf3 + 35a32b9 commit f76d44f

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.DS_Store

-6 KB
Binary file not shown.

.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"extends": ["airbnb-base"],
88
"ignorePatterns": [
99
"build",
10-
"runtime.js",
1110
"src/tests"
1211
],
1312
"parser": "@typescript-eslint/parser",

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ node_modules/
88
.npmrc
99

1010
# Misc
11+
.DS_Store
1112
.env

0 commit comments

Comments
 (0)