@ben_12/eslint-plugin-dprint 1.9.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [![node-current](https://img.shields.io/node/v/%40ben_12%2Feslint-plugin-dprint)](https://nodejs.org)
7
7
  [![npm peer dependency version (scoped)](https://img.shields.io/npm/dependency-version/%40ben_12%2Feslint-plugin-dprint/peer/eslint)](https://www.npmjs.com/package/eslint)
8
8
  ![npm bundle size](https://img.shields.io/bundlephobia/min/%40ben_12%2Feslint-plugin-dprint)\
9
- [![Build Status](https://github.com/ben12/eslint-plugin-dprint/workflows/CI/badge.svg?branch=master)](https://github.com/ben12/eslint-plugin-dprint/actions)
9
+ [![Build Status](https://github.com/ben12/eslint-plugin-dprint/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/ben12/eslint-plugin-dprint/actions)
10
10
  [![codecov](https://codecov.io/gh/ben12/eslint-plugin-dprint/branch/master/graph/badge.svg)](https://codecov.io/gh/ben12/eslint-plugin-dprint)
11
11
  [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ben12_eslint-plugin-dprint&metric=alert_status&branch=master)](https://sonarcloud.io/summary/new_code?id=ben12_eslint-plugin-dprint)
12
12
  [![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=ben12_eslint-plugin-dprint&metric=code_smells&branch=master)](https://sonarcloud.io/dashboard?id=ben12_eslint-plugin-dprint)
@@ -145,7 +145,7 @@
145
145
  },
146
146
  "properties": {
147
147
  "locked": {
148
- "description": "Whether the configuration is not allowed to be overriden or extended.",
148
+ "description": "Whether the configuration is not allowed to be overridden or extended.",
149
149
  "type": "boolean"
150
150
  },
151
151
  "lineWidth": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ben_12/eslint-plugin-dprint",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "An ESLint plugin that fixes code with dprint",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -13,7 +13,7 @@
13
13
  "peerDependencies": {
14
14
  "@dprint/dockerfile": "^0.3.3",
15
15
  "@dprint/json": "^0.20.0",
16
- "@dprint/markdown": "^0.19.0",
16
+ "@dprint/markdown": "^0.20.0",
17
17
  "@dprint/toml": "^0.7.0",
18
18
  "@dprint/typescript": "^0.95.11",
19
19
  "dprint-plugin-graphql": "^0.2.3",
@@ -62,7 +62,7 @@
62
62
  "@ben_12/eslint-simple-parser": "^0.1.0",
63
63
  "@dprint/dockerfile": "^0.3.3",
64
64
  "@dprint/json": "^0.20.0",
65
- "@dprint/markdown": "^0.19.0",
65
+ "@dprint/markdown": "^0.20.0",
66
66
  "@dprint/toml": "^0.7.0",
67
67
  "@dprint/typescript": "^0.95.11",
68
68
  "@types/debug": "^4.1.5",