Ran
|
Jobs
1
|
Files
1
|
Run time
1s
|
Badge
Embed ▾
README BADGES
|
push
github
Bump eslint-plugin-prettier from 5.0.1 to 5.1.2 (#328) Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.0.1 to 5.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/releases">eslint-plugin-prettier's releases</a>.</em></p> <blockquote> <h2>v5.1.2</h2> <h2>5.1.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/623">#623</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/8210e4430"><code>8210e44</code></a> Thanks <a href="https://github.com/BPScott"><code>@BPScott</code></a>! - Add exports mapping to package.json, to allow <code>import eslintPluginRecommended from 'eslint-plugin-prettier/recommended'</code> to work as expected.</p> <p>Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.</p> </li> <li> <p><a href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/621">#621</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/2b09e7fc6"><code>2b09e7f</code></a> Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>! - feat: support parsing <code>markdown</code> via <code>eslint-mdx</code> natively</p> <p>What means the following is unnecessary anymore when using with <code>eslint-mdx</code>/<code>eslint-plugin-mdx</code>!</p> <pre lang="json5"><code>[ { files: ["**/*.md"], rules: { "prettier/prettier": ["error", { parser: "markdown" }] }, }, { files: ["**/*.mdx"], rules: {... (continued)
4 of 4 branches covered (100.0%)
Branch coverage included in aggregate %.
9 of 9 relevant lines covered (100.0%)
21858.78 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 7319421345.1 | 1 |
100.0 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|