Titus
Titus
> but even if we used that, we can’t access that. I don’t understand. We can access it, but we can’t? > we need the JSX namespace imported [...] Do...
> We were only able to do so previously, because frameworks were using the global JSX namespace. But like. Which frameworks have removed them? Are frameworks going to? Because supporting...
> The global JSX namespace is removed by preact, solid-js, and vue Do you have references? --- The docs still state that `JSX` is fine: https://www.typescriptlang.org/docs/handbook/jsx.html#intrinsic-elements. This seems like a...
> This PR deprecates usage in @types/react https://github.com/DefinitelyTyped/DefinitelyTyped/pull/64464. There must be a commit somewhere that removes it for Preact, but I can’t find it quickly. Yeah I know the one...
I think this PR removes too many useful features. JSX is great. JSX is used in [millions of files](https://github.com/search?q=%22JSX.Element%22&type=code). It’s super useful to type components and return values. See also...
@oupala If you use your own configuration, for example if you’d rather not use the defaults, you can use locally installed modules with a remark config file. If you plan...
> For a default configuration, I don't need any dependencies. But I still have to install remark and remark-cli globally. Am I right? If you’re not going to configure `linter-markdown`,...
@oupala Have you tried uninstalling and re-installing?
Oh sorry, I meant to uninstall the `linter-remark` plugin, and add it again. Maybe that helps.
I don’t know! We currently pass allowed scopes to [`linter`](https://github.com/AtomLinter/linter-markdown/blob/2b94a2c77e2e62822f933c88a09d9f8e223c9194/lib/index.js#L103), but I don’t know if it has an option to disallow scopes?