@meistrari/mise-en-place 2.0.1 → 2.0.2

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/eslint.d.mts CHANGED
@@ -1,3 +1,5 @@
1
- declare const _default: any;
1
+ import antfu from '@antfu/eslint-config';
2
2
 
3
- export { _default as default };
3
+ declare const eslintConfig: ReturnType<typeof antfu>;
4
+
5
+ export { eslintConfig as default };
package/dist/eslint.d.ts CHANGED
@@ -1,3 +1,5 @@
1
- declare const _default: any;
1
+ import antfu from '@antfu/eslint-config';
2
2
 
3
- export { _default as default };
3
+ declare const eslintConfig: ReturnType<typeof antfu>;
4
+
5
+ export { eslintConfig as default };
package/dist/eslint.mjs CHANGED
@@ -15,7 +15,7 @@ function getTsConfig() {
15
15
  }
16
16
  };
17
17
  }
18
- const eslint = antfu(
18
+ const eslintConfig = antfu(
19
19
  {
20
20
  stylistic: {
21
21
  indent: 4
@@ -54,7 +54,7 @@ const eslint = antfu(
54
54
  }
55
55
  }],
56
56
  "antfu/no-top-level-await": "off",
57
- "antfu/sort-imports": "off",
57
+ "sort-imports": "off",
58
58
  "perfectionist/sort-imports": "off",
59
59
  "perfectionist/sort-named-imports": "off",
60
60
  "jsonc/comma-dangle": "off",
@@ -83,4 +83,4 @@ const eslint = antfu(
83
83
  }
84
84
  );
85
85
 
86
- export { eslint as default };
86
+ export { eslintConfig as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/mise-en-place",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",