@isentinel/eslint-config 4.7.2 → 4.7.4

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
@@ -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/dist/index.mjs CHANGED
@@ -6175,7 +6175,7 @@ async function stylistic(options = {}, prettierOptions = {}) {
6175
6175
  files: [GLOB_SRC],
6176
6176
  rules: {
6177
6177
  ...config.rules,
6178
- "antfu/consistent-list-newline": "error",
6178
+ "antfu/consistent-list-newline": "off",
6179
6179
  "antfu/if-newline": "off",
6180
6180
  "antfu/top-level-function": "error",
6181
6181
  "arrow-style/no-export-default-arrow": "error",
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.4",
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.4"
129
129
  },
130
130
  "peerDependencies": {
131
131
  "@vitest/eslint-plugin": "^1.0.0",