@zinkawaii/eslint-config 0.1.9 → 0.1.10

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.cjs CHANGED
@@ -17,11 +17,11 @@ var __copyProps = (to, from, except, desc) => {
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
19
  // src/index.ts
20
- var src_exports = {};
21
- __export(src_exports, {
22
- default: () => src_default
20
+ var index_exports = {};
21
+ __export(index_exports, {
22
+ default: () => index_default
23
23
  });
24
- module.exports = __toCommonJS(src_exports);
24
+ module.exports = __toCommonJS(index_exports);
25
25
 
26
26
  // src/utils.ts
27
27
  function prefixary(prefix, rules) {
@@ -39,6 +39,7 @@ var patch_default = prefixary({
39
39
  "antfu/no-import-dist": "off",
40
40
  "antfu/no-top-level-await": "off",
41
41
  "antfu/top-level-function": "off",
42
+ "import/consistent-type-specifier-style": "off",
42
43
  "node/prefer-global/process": "off",
43
44
  "perfectionist/sort-imports": ["warn", {
44
45
  groups: [
@@ -757,7 +758,7 @@ var vue_default = prefixary("vue", {
757
758
  });
758
759
 
759
760
  // src/index.ts
760
- var src_default = {
761
+ var index_default = {
761
762
  patch: patch_default,
762
763
  recommended: recommended_default,
763
764
  standard: standard_default,
package/dist/index.js CHANGED
@@ -14,6 +14,7 @@ var patch_default = prefixary({
14
14
  "antfu/no-import-dist": "off",
15
15
  "antfu/no-top-level-await": "off",
16
16
  "antfu/top-level-function": "off",
17
+ "import/consistent-type-specifier-style": "off",
17
18
  "node/prefer-global/process": "off",
18
19
  "perfectionist/sort-imports": ["warn", {
19
20
  groups: [
@@ -732,7 +733,7 @@ var vue_default = prefixary("vue", {
732
733
  });
733
734
 
734
735
  // src/index.ts
735
- var src_default = {
736
+ var index_default = {
736
737
  patch: patch_default,
737
738
  recommended: recommended_default,
738
739
  standard: standard_default,
@@ -740,5 +741,5 @@ var src_default = {
740
741
  vue: vue_default
741
742
  };
742
743
  export {
743
- src_default as default
744
+ index_default as default
744
745
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zinkawaii/eslint-config",
3
3
  "type": "module",
4
- "version": "0.1.9",
4
+ "version": "0.1.10",
5
5
  "author": "KazariEX",
6
6
  "license": "MIT",
7
7
  "repository": "KazariEX/eslint-config",
@@ -19,10 +19,10 @@
19
19
  "index.d.ts"
20
20
  ],
21
21
  "devDependencies": {
22
- "@antfu/eslint-config": "^3.11.2",
23
- "bumpp": "^9.8.1",
24
- "eslint": "^9.16.0",
25
- "tsup": "^8.3.5"
22
+ "@antfu/eslint-config": "^4.1.0",
23
+ "bumpp": "^10.0.1",
24
+ "eslint": "^9.19.0",
25
+ "tsup": "^8.3.6"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "tsup",