Update dependency @types/codemirror to v0.0.98 (#557)

* Update dependency @types/codemirror to v0.0.98

* Remove cm-full-screen custom types as they're now included in @types

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
renovate[bot] 2020-09-12 16:20:56 +02:00 committed by GitHub
parent 574af052ec
commit ca2bd1d90f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 13 deletions

View file

@ -1,8 +0,0 @@
import 'codemirror'
declare module 'codemirror' {
// noinspection JSUnusedGlobalSymbols
interface EditorConfiguration {
fullScreen?: boolean;
}
}