Skip to content

Commit 8de1eb2

Browse files
committed
Reverts some inadvertent markdown formatting changes and unnecessary eslint config entry.
1 parent a196433 commit 8de1eb2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"plugin:github/typescript"
77
],
88
"globals": {
9-
"CustomElementElement": "readonly",
10-
"module": true
9+
"CustomElementElement": "readonly"
1110
}
1211
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A custom element that shows text as if it were being typed
55
## Installation
66

77
```
8-
npm install @github/typing-effect-element
8+
$ npm install @github/typing-effect-element
99
```
1010

1111
## Usage

0 commit comments

Comments
 (0)