Onkar Khadangale

Results 146 comments of Onkar Khadangale

- The PR https://github.com/mdn/yari/pull/7017 was merged. - The new tag is `js-nolint`.

> or GitHub? We may face this issue with other tools as well. That is why we need ```` ```js nolint````. *** Should we start rolling out batches? What size?

> This is the opposite: bcd is wrong. This is supported by one engine. So we should have the experimental tag and the macro here, and add the flag on...

Regarding: `files/en-us/web/api/bluetoothremotegattcharacteristic/writevalue/index.md` Looks like it can't have deprecated and experimental statuses at the same time. The browser-compat-data build fails with following error: ``` Testing all features together... Status - 1...

> Put only deprecated on it. Done in commit [`remove experimental from deprecated api`](https://github.com/mdn/content/pull/19340/commits/e2dbeca1bb03df1dc240967a307f03ea3761cdf9).

> https://github.com/mdn/content/pull/12316 probably needs to be addressed first, Currently developers refer to only `.markdownlint.json` from mdn/content for the markdown linting. And they install `markdownlint-cli` globally themselves. As the linting happens...

All, I've rebased and updated the lock file. Also added new rules as per our recent experiences. Added new rules to fix - internal links that are not relative -...

> This PR will flag these legitimate uses of curly braces forever, or am I wrong? Yes. There are two options to solve this: - A. Use HTML codes (it...

All the lint errors, that were being flagged by this plugin, have been fixed.

> I'm not sure if [DavidAnson/markdownlint@main/README.md#optionscustomrules](https://github.com/DavidAnson/markdownlint/blob/main/README.md?rgh-link-date=2022-08-31T14%3A45%3A16Z#optionscustomrules) is available in the config... Actually, we are using https://github.com/igorshubovych/markdownlint-cli project for our linting and not https://github.com/DavidAnson/markdownlint (not directly). And `markdownlint-cli` does [have option](https://github.com/igorshubovych/markdownlint-cli#usage)...