Skip to content

Commit

Permalink
fix: add a couple of small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Oct 30, 2019
1 parent b29f1a6 commit 4363c65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ root = true
[*.js]
end_of_line = lf
insert_final_newline = true
indent_stype = space
indent_style = space
indent_size = 2
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ interface Document {

interface ShadowRoot {
adoptedStyleSheets: readonly CSSStyleSheet[];
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"exclude": [
"node_modules"
]
}
}

0 comments on commit 4363c65

Please sign in to comment.