Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flat/contents-typescript configs miss jsdoc/text-escaping { escapeHTML: true } #1307

Closed
JoshuaKGoldberg opened this issue Aug 13, 2024 · 1 comment · Fixed by #1308
Closed

Comments

@JoshuaKGoldberg
Copy link
Contributor

Expected behavior

configs['flat/contents-typescript'].rules['jsdoc/text-escaping'] should have value ['warn', { escapeHTML: true }].

Actual behavior

It's just 'warn' right now.

ESLint Config

import jsdoc from "eslint-plugin-jsdoc";

export default [jsdoc.configs["flat/contents-typescript"]];

ESLint sample

/**
 * Example.
 */
export const value = '';

Environment

  • Node version: 22.4.1
  • ESLint version 9.8.1
  • eslint-plugin-jsdoc version: 50.2.0
Copy link

🎉 This issue has been resolved in version 50.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants