Reverts some inadvertent markdown formatting changes and unnecessary eslint config entry.

This commit is contained in:
Jamie C 2021-05-28 11:26:12 -05:00
Родитель a196433d0e
Коммит 8de1eb210d
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -6,7 +6,6 @@
"plugin:github/typescript"
],
"globals": {
"CustomElementElement": "readonly",
"module": true
"CustomElementElement": "readonly"
}
}

Просмотреть файл

@ -5,7 +5,7 @@ A custom element that shows text as if it were being typed
## Installation
```
npm install @github/typing-effect-element
$ npm install @github/typing-effect-element
```
## Usage