Skip to content

Commit

Permalink
[eslint-plugin-azure-sdk] Update Markdown plugin (#29099)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR

- @azure/eslint-plugin-azure-sdk

### Issues associated with this PR

- #28861

### Describe the problem that is addressed by this PR

Updates to latest plugin version.

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [x] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
  • Loading branch information
mpodwysocki committed Mar 28, 2024
1 parent 7f0beef commit eb6db07
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/tools/eslint-plugin-azure-sdk-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"eslint-plugin-no-only-tests": "^3.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-tsdoc": "^0.2.10",
"eslint-plugin-markdown": "~3.0.0"
"eslint-plugin-markdown": "^4.0.0"
},
"dependencies": {
"@typescript-eslint/experimental-utils": "~5.57.0",
Expand Down
2 changes: 1 addition & 1 deletion common/tools/eslint-plugin-azure-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@vitest/coverage-istanbul": "^1.4.0",
"cross-env": "^7.0.3",
"eslint": "^8.50.0",
"eslint-plugin-markdown": "~3.0.0",
"eslint-plugin-markdown": "^4.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"source-map-support": "^0.5.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default {
},
{
files: ["**/*.md/*.{js,javascript}"],
extends: ["plugin:markdown/recommended"],
extends: ["plugin:markdown/recommended-legacy"],
rules: {
"no-restricted-imports": [
"error",
Expand Down

0 comments on commit eb6db07

Please sign in to comment.