-
**Icon Type**
- [ ] Folder
- [x] File
**File Names**
- `.markuplintrc.json`
- `.markuplintrc.yaml`
- `.markuplintrc.yml`
- `.markuplintrc.js`
- `.markuplintrc.cjs`
- `.markuplintrc.ts`
…
-
# Context
`preset.*.json` sets some nodeRules.
https://github.com/markuplint/markuplint/blob/f582eecb8cc53ac1eef13f24b6e125eff5ff625c/packages/@markuplint/config-presets/src/preset.a11y.json
…
-
## Problem
When I'm using `markuplint:recommended` config, I'm sometimes confused whether the error is "a problem with the HTML specification" or "just a problem with the recommendation."
At fir…
-
JSON format doesn't allow JS comments, so Microsoft defines JSON with Comments (`.jsonc`) format and provides https://github.com/microsoft/node-jsonc-parser.
IMO, We should use `.jsonc` extension for…
-
### Problem description
Ok here it is.
I am a developer and already used neovim with my own neovim config with base nvchad for about 1 years or more then i tried to switch my base to lunarvim and …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
- Markuplint version: `4.7.5`
- VSCode version: 1.92.2
- Parser lang: HTML
- Node.js version: `20.11.1`
- OS: macOS
## バグの詳細
プラグインを使うように設定した場合、CLI(`npx markuplint XXX.html`)からは正常に実行できますが、vsc…
-
Does monaco support Jsx? I couldn't find any reference or samples. Any pointers would be appreciated.
-
導入している際に設定が思うようにいかず調査に時間がかかったため、現在のrulesなどの設定が有効になっているか確認する方法がほしいです。
ESLint でいう `--print-config` オプション、TSCでいう `--showConfig` に相当する機能です。
https://zenn.dev/nananaoto/articles/9968d8f3966e90a46229
ht…
-
```js
import { Minimatch } from 'minimatch';
new Minimatch(pattern) // fail
```
```log
import { Minimatch } from 'minimatch';
^^^^^^^^^
SyntaxError: Named export 'Minimatch' not fo…