We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f031cf3 + 35a32b9 commit f76d44fCopy full SHA for f76d44f
.DS_Store
-6 KB
.eslintrc.json
@@ -7,7 +7,6 @@
7
"extends": ["airbnb-base"],
8
"ignorePatterns": [
9
"build",
10
- "runtime.js",
11
"src/tests"
12
],
13
"parser": "@typescript-eslint/parser",
.gitignore
@@ -8,4 +8,5 @@ node_modules/
.npmrc
# Misc
+.DS_Store
.env
0 commit comments