@zinkawaii/eslint-config 0.1.5 → 0.1.6

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.js +5 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -15,6 +15,8 @@ var patch_default = prefixary({
15
15
  "antfu/top-level-function": "off",
16
16
  "node/prefer-global/process": "off",
17
17
  "ts/no-unused-expressions": "off",
18
+ "unicorn/no-new-array": "off",
19
+ "unicorn/consistent-function-scoping": "off",
18
20
  "unused-imports/no-unused-vars": "off"
19
21
  });
20
22
 
@@ -374,6 +376,9 @@ var stylistic_default = prefixary("style", {
374
376
  overrides: {
375
377
  arrow: {
376
378
  before: true
379
+ },
380
+ operator: {
381
+ before: true
377
382
  }
378
383
  }
379
384
  }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zinkawaii/eslint-config",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "license": "MIT",
5
5
  "author": "KazariEX",
6
6
  "repository": "KazariEX/eslint-config",
@@ -18,7 +18,7 @@
18
18
  }
19
19
  },
20
20
  "devDependencies": {
21
- "@antfu/eslint-config": "^2.27.1",
21
+ "@antfu/eslint-config": "^3.0.0",
22
22
  "eslint": "^9.9.1",
23
23
  "tsup": "^8.2.4"
24
24
  },