@isentinel/eslint-config 4.7.7 → 4.7.8
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.mjs +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -92,7 +92,7 @@ const GLOB_ALL_JSON = "**/*.json?(5|c)";
|
|
|
92
92
|
const GLOB_MARKDOWN = "**/*.md";
|
|
93
93
|
const GLOB_MARKDOWN_IN_MARKDOWN = "**/*.md/*.md";
|
|
94
94
|
const GLOB_MARKDOWN_CODE = `${GLOB_MARKDOWN}/${GLOB_SRC}`;
|
|
95
|
-
const GLOB_MARKDOWN_BLOCKS = `${GLOB_MARKDOWN}/**/*.{${GLOB_SRC_EXT},json,json5,jsonc,y?(a)ml,{c,le,sc}ss,htm?(l),toml,{g,graph}ql
|
|
95
|
+
const GLOB_MARKDOWN_BLOCKS = `${GLOB_MARKDOWN}/**/*.{${GLOB_SRC_EXT},json,json5,jsonc,y?(a)ml,{c,le,sc}ss,htm?(l),toml,{g,graph}ql}`;
|
|
96
96
|
const GLOB_YAML = "**/*.y?(a)ml";
|
|
97
97
|
const GLOB_TOML = "**/*.toml";
|
|
98
98
|
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.
|
|
3
|
+
"version": "4.7.8",
|
|
4
4
|
"description": "iSentinel's ESLint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint-config",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"type-fest": "5.3.1",
|
|
128
128
|
"typescript": "5.9.3",
|
|
129
129
|
"unplugin-unused": "0.5.6",
|
|
130
|
-
"@isentinel/eslint-config": "4.7.
|
|
130
|
+
"@isentinel/eslint-config": "4.7.8"
|
|
131
131
|
},
|
|
132
132
|
"peerDependencies": {
|
|
133
133
|
"@vitest/eslint-plugin": "^1.0.0",
|