fix remaining eslint error
This commit is contained in:
parent
dc84af9937
commit
922d75f471
15 changed files with 30 additions and 28 deletions
|
@ -169,8 +169,7 @@ export default ({ style, initialContent, filename, mode, fetchContent, onContent
|
|||
autocorrect: false,
|
||||
autocapitalize: false,
|
||||
lint: false,
|
||||
// This property is actually used, the d.ts file for CodeMirror is incorrect.
|
||||
// @ts-ignore
|
||||
// @ts-expect-error this property is actually used, the d.ts file for CodeMirror is incorrect.
|
||||
autoCloseBrackets: true,
|
||||
matchBrackets: true,
|
||||
gutters: ['CodeMirror-linenumbers', 'CodeMirror-foldgutter'],
|
||||
|
|
Reference in a new issue