mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-24 12:21:53 +00:00
Fix ESLint issues
This commit is contained in:
parent
ccfbbbe9d8
commit
934eb8d1e3
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
// eslint-disable-next-line import/extensions
|
|
||||||
import * as monaco from 'monaco-editor/esm/vs/editor/editor.api.js';
|
import * as monaco from 'monaco-editor/esm/vs/editor/editor.api.js';
|
||||||
|
|
||||||
// eslint-disable-next-line import/extensions
|
|
||||||
export { editor } from 'monaco-editor/esm/vs/editor/editor.api.js';
|
export { editor } from 'monaco-editor/esm/vs/editor/editor.api.js';
|
||||||
export { setDiagnosticsOptions } from 'monaco-yaml';
|
export { setDiagnosticsOptions } from 'monaco-yaml';
|
||||||
export default monaco;
|
export default monaco;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue