@oliver139/eslint-config 4.2.0 → 4.2.1

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/cli.mjs CHANGED
@@ -9,7 +9,7 @@ import parse from "parse-gitignore";
9
9
  import { execSync } from "node:child_process";
10
10
 
11
11
  //#region package.json
12
- var version = "4.2.0";
12
+ var version = "4.2.1";
13
13
 
14
14
  //#endregion
15
15
  //#region src/cli/constants.ts
package/dist/index.mjs CHANGED
@@ -382,6 +382,7 @@ async function stylistic(options = {}) {
382
382
  };
383
383
  const pluginStylistic = await interopDefault(import("@stylistic/eslint-plugin"));
384
384
  const config = pluginStylistic.configs.customize({
385
+ braceStyle,
385
386
  experimental,
386
387
  indent,
387
388
  jsx: jsx$1,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oliver139/eslint-config",
3
3
  "type": "module",
4
- "version": "4.2.0",
4
+ "version": "4.2.1",
5
5
  "description": " Oliver's ESLint config preset powered by @antfu/eslint-config",
6
6
  "author": "Oliver Mak <oliver139.working@gmail.com> (https://github.com/oliver139)",
7
7
  "license": "MIT",
@@ -174,7 +174,7 @@
174
174
  "typescript": "^5.9.3",
175
175
  "vitest": "^4.0.16",
176
176
  "vue": "^3.5.26",
177
- "@oliver139/eslint-config": "4.2.0"
177
+ "@oliver139/eslint-config": "4.2.1"
178
178
  },
179
179
  "resolutions": {
180
180
  "@eslint-community/eslint-utils": "catalog:peer",