We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 961e8c4 + 4cc2aa7 commit 0ee14fbCopy full SHA for 0ee14fb
2 files changed
.editorconfig
@@ -0,0 +1,17 @@
1
+root = true
2
+
3
+[*]
4
+indent_style = tab
5
+end_of_line = lf
6
+charset = utf-8
7
+trim_trailing_whitespace = true
8
+insert_final_newline = true
9
10
+[{package.json,.*rc,*.yml}]
11
+indent_style = space
12
+indent_size = 2
13
14
+[*.md]
15
+trim_trailing_whitespace = false
16
17
package.json
@@ -24,7 +24,7 @@
24
"eventemitter",
25
"pubsub"
26
],
27
- "homepage": "httsp://github.com/developit/mitt",
+ "homepage": "https://github.com/developit/mitt",
28
"authors": [
29
"Jason Miller <jason@developit.ca>"
30
0 commit comments