@eslinted/defaults 19.3.0 → 19.3.2

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/dprint.jsonc CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/jimmy-zhening-luo/dprint/main/schema.json",
3
3
  // $help: https://dprint.dev/config/
4
- // $version: 0.5101.4
5
- "extends": "https://raw.githubusercontent.com/jimmy-zhening-luo/dprint/main/dprint.jsonc",
4
+ // $version: 0.5101.5
5
+ "extends": "https://raw.githubusercontent.com/jimmy-zhening-luo/dprint/main/.dprint.jsonc",
6
6
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "$schema": "https://json.schemastore.org/package",
4
4
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
5
5
  "name": "@eslinted/defaults",
6
- "version": "19.3.0",
6
+ "version": "19.3.2",
7
7
  "repository": "github:jimmy-zhening-luo/linted-defaults",
8
8
  "description": "Default scopes for `linted`",
9
9
  "keywords": [],
@@ -7,7 +7,7 @@ export default [
7
7
  // #region BEST PRACTICE
8
8
  // DOC: https://html-eslint.org/docs/rules#best-practice
9
9
  "html/css-no-empty-blocks": State.WARN,
10
- // "html/max-element-depth": State.OFF /* @preference: simply do not care */,
10
+ // "html/max-element-depth": State.OFF /* @preference: simply do not care */,
11
11
  "html/no-duplicate-attrs": State.WARN,
12
12
  "html/no-duplicate-class": State.WARN,
13
13
  "html/no-duplicate-id": State.WARN,