Skip to content

v1.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Dec 13:00
· 0 commits to main since this release
97fdfcb

Minor Changes

  • e10b808: markdownPreferences: delimitersStyle option now accepts false value, allowing to disable enforcement of delimiters/strikethrough text style.

  • aa2496c: markdown/sentencesPerLine: ignore LICENSE.md file in addition to the ignores provided by the parent config or explicitly.
    Added ignoresAdditional option to control if this ignores entry should be added.

  • 05bdae2: un: config is now applied to all files by default.

  • c063c3c: [BREAKING] un: no-multiple-consecutive-spaces rule: added a new option allowSpacesOnly and set it to true by default.

  • 3f868c8: Added the ability to specify files and ignores on a rule level to override the parent's files and ignores for a specific rule

  • 76fc52d: markdownPreferences: updated eslint-plugin-markdown-preferences from v0.38.0 to v0.40.1:

  • 7978d95: checkFile: added 2 new options, fileNamingConventions and folderNamingConventions, to enforce file and folder naming conventions.

  • 94af255: angular: updated @angular-eslint/template-parser from v21.0.1 to v21.1.0:

  • a51ba97: [BREAKING] toml, yaml: renamed doNotIgnoreFilesByDefault to ignoresAdditional and enhanced its type (added the ability to set false and require the full pattern string to be specified instead of just the file name).

Patch Changes