@isentinel/eslint-config 4.7.2 → 4.7.3

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +2 -2
  2. package/package.json +2 -2
package/dist/index.d.mts CHANGED
@@ -17331,8 +17331,8 @@ declare const GLOB_JSONC = "**/*.jsonc";
17331
17331
  declare const GLOB_ALL_JSON = "**/*.json?(5|c)";
17332
17332
  declare const GLOB_MARKDOWN = "**/*.md";
17333
17333
  declare const GLOB_MARKDOWN_IN_MARKDOWN = "**/*.md/*.md";
17334
- declare const GLOB_MARKDOWN_CODE = "**/*.md/**/*.?([cm])[jt]s?(x)";
17335
- declare const GLOB_MARKDOWN_BLOCKS = "**/*.md/**/*.{?([cm])[jt]s?(x),json,json5,jsonc,y?(a)ml,{c,le,sc}ss,htm?(l),toml,{g,graph}ql,lua?(u)}";
17334
+ declare const GLOB_MARKDOWN_CODE: string;
17335
+ declare const GLOB_MARKDOWN_BLOCKS: string;
17336
17336
  declare const GLOB_YAML = "**/*.y?(a)ml";
17337
17337
  declare const GLOB_TOML = "**/*.toml";
17338
17338
  declare const GLOB_HTML = "**/*.htm?(l)";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isentinel/eslint-config",
3
- "version": "4.7.2",
3
+ "version": "4.7.3",
4
4
  "description": "iSentinel's ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config",
@@ -125,7 +125,7 @@
125
125
  "tsx": "4.21.0",
126
126
  "type-fest": "5.3.1",
127
127
  "typescript": "5.9.3",
128
- "@isentinel/eslint-config": "4.7.2"
128
+ "@isentinel/eslint-config": "4.7.3"
129
129
  },
130
130
  "peerDependencies": {
131
131
  "@vitest/eslint-plugin": "^1.0.0",