This removes the need to explain certain statements and imports need to happen in a specific order. Users can now just use: ```ts import { setDiagnosticsOptions } from 'monaco-yaml'; setDiagnosticsOptions({}); ```
The ESLint preset `eslint-config-remcohaszing` is used.
`react-monaco-editor` has a dependency on `monaco-editor@*`. This makes it annoying to manage the exact version of `monaco-editor` that’s being used.