@2digits/eslint-config 4.4.4 → 4.4.5

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/dist/index.d.mts CHANGED
@@ -1395,30 +1395,37 @@ Backward pagination arguments
1395
1395
  'logical-assignment-operators'?: Linter.RuleEntry<LogicalAssignmentOperators>
1396
1396
  /**
1397
1397
  * Require languages for fenced code blocks
1398
+ * @see https://github.com/eslint/markdown/blob/main/docs/rules/fenced-code-language.md
1398
1399
  */
1399
1400
  'markdown/fenced-code-language'?: Linter.RuleEntry<MarkdownFencedCodeLanguage>
1400
1401
  /**
1401
1402
  * Enforce heading levels increment by one
1403
+ * @see https://github.com/eslint/markdown/blob/main/docs/rules/heading-increment.md
1402
1404
  */
1403
1405
  'markdown/heading-increment'?: Linter.RuleEntry<[]>
1404
1406
  /**
1405
1407
  * Disallow duplicate headings in the same document
1408
+ * @see https://github.com/eslint/markdown/blob/main/docs/rules/no-duplicate-headings.md
1406
1409
  */
1407
1410
  'markdown/no-duplicate-headings'?: Linter.RuleEntry<[]>
1408
1411
  /**
1409
1412
  * Disallow empty links
1413
+ * @see https://github.com/eslint/markdown/blob/main/docs/rules/no-empty-links.md
1410
1414
  */
1411
1415
  'markdown/no-empty-links'?: Linter.RuleEntry<[]>
1412
1416
  /**
1413
1417
  * Disallow HTML tags
1418
+ * @see https://github.com/eslint/markdown/blob/main/docs/rules/no-html.md
1414
1419
  */
1415
1420
  'markdown/no-html'?: Linter.RuleEntry<MarkdownNoHtml>
1416
1421
  /**
1417
1422
  * Disallow invalid label references
1423
+ * @see https://github.com/eslint/markdown/blob/main/docs/rules/no-invalid-label-refs.md
1418
1424
  */
1419
1425
  'markdown/no-invalid-label-refs'?: Linter.RuleEntry<[]>
1420
1426
  /**
1421
1427
  * Disallow missing label references
1428
+ * @see https://github.com/eslint/markdown/blob/main/docs/rules/no-missing-label-refs.md
1422
1429
  */
1423
1430
  'markdown/no-missing-label-refs'?: Linter.RuleEntry<[]>
1424
1431
  /**
package/dist/index.d.ts CHANGED
@@ -1395,30 +1395,37 @@ Backward pagination arguments
1395
1395
  'logical-assignment-operators'?: Linter.RuleEntry<LogicalAssignmentOperators>
1396
1396
  /**
1397
1397
  * Require languages for fenced code blocks
1398
+ * @see https://github.com/eslint/markdown/blob/main/docs/rules/fenced-code-language.md
1398
1399
  */
1399
1400
  'markdown/fenced-code-language'?: Linter.RuleEntry<MarkdownFencedCodeLanguage>
1400
1401
  /**
1401
1402
  * Enforce heading levels increment by one
1403
+ * @see https://github.com/eslint/markdown/blob/main/docs/rules/heading-increment.md
1402
1404
  */
1403
1405
  'markdown/heading-increment'?: Linter.RuleEntry<[]>
1404
1406
  /**
1405
1407
  * Disallow duplicate headings in the same document
1408
+ * @see https://github.com/eslint/markdown/blob/main/docs/rules/no-duplicate-headings.md
1406
1409
  */
1407
1410
  'markdown/no-duplicate-headings'?: Linter.RuleEntry<[]>
1408
1411
  /**
1409
1412
  * Disallow empty links
1413
+ * @see https://github.com/eslint/markdown/blob/main/docs/rules/no-empty-links.md
1410
1414
  */
1411
1415
  'markdown/no-empty-links'?: Linter.RuleEntry<[]>
1412
1416
  /**
1413
1417
  * Disallow HTML tags
1418
+ * @see https://github.com/eslint/markdown/blob/main/docs/rules/no-html.md
1414
1419
  */
1415
1420
  'markdown/no-html'?: Linter.RuleEntry<MarkdownNoHtml>
1416
1421
  /**
1417
1422
  * Disallow invalid label references
1423
+ * @see https://github.com/eslint/markdown/blob/main/docs/rules/no-invalid-label-refs.md
1418
1424
  */
1419
1425
  'markdown/no-invalid-label-refs'?: Linter.RuleEntry<[]>
1420
1426
  /**
1421
1427
  * Disallow missing label references
1428
+ * @see https://github.com/eslint/markdown/blob/main/docs/rules/no-missing-label-refs.md
1422
1429
  */
1423
1430
  'markdown/no-missing-label-refs'?: Linter.RuleEntry<[]>
1424
1431
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2digits/eslint-config",
3
- "version": "4.4.4",
3
+ "version": "4.4.5",
4
4
  "description": "Effortlessly enforce best practices and catch errors with this comprehensive ESLint configuration for TypeScript, featuring popular plugins like @typescript-eslint, eslint-plugin-react, and eslint-plugin-unicorn.",
5
5
  "homepage": "https://2d-configs.vercel.app/",
6
6
  "repository": {
@@ -29,13 +29,13 @@
29
29
  "public": true,
30
30
  "dependencies": {
31
31
  "@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
32
- "@eslint-react/eslint-plugin": "1.47.2",
32
+ "@eslint-react/eslint-plugin": "1.48.3",
33
33
  "@eslint/compat": "1.2.8",
34
- "@eslint/css": "0.6.0",
34
+ "@eslint/css": "0.7.0",
35
35
  "@eslint/js": "9.24.0",
36
- "@eslint/markdown": "6.3.0",
36
+ "@eslint/markdown": "6.4.0",
37
37
  "@graphql-eslint/eslint-plugin": "4.4.0",
38
- "@next/eslint-plugin-next": "15.3.0",
38
+ "@next/eslint-plugin-next": "15.3.1",
39
39
  "@stylistic/eslint-plugin": "4.2.0",
40
40
  "@tanstack/eslint-plugin-query": "5.73.3",
41
41
  "@typescript-eslint/parser": "8.30.1",