Skip to content

Commit f1943a3

Browse files
committed
Fixed typos
1 parent c69947c commit f1943a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodede_modules
1+
node_modules
22
dist

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
"@typescript-eslint/no-non-null-assertion": "off",
2828
"prefer-const": ["error", { "destructuring": "all" }]
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)