@icebreakers/eslint-config 1.0.3 → 1.1.0
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/{chunk-4JACZTJG.js → chunk-CLGPHZON.js} +1 -1
- package/dist/index.cjs +731 -771
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -3
- package/dist/{index.es2015-XG66TMMA.js → lib-VPHJZ6NS.js} +436 -634
- package/package.json +5 -5
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { Awaitable, TypedFlatConfigItem, OptionsConfig, ConfigNames } from '@antfu/eslint-config';
|
|
2
|
+
export { ConfigNames, TypedFlatConfigItem } from '@antfu/eslint-config';
|
|
2
3
|
import { FlatConfigComposer } from 'eslint-flat-config-utils';
|
|
4
|
+
export { FlatConfigComposer } from 'eslint-flat-config-utils';
|
|
3
5
|
import { Linter } from 'eslint';
|
|
4
6
|
|
|
5
7
|
type UserDefinedOptions = OptionsConfig & TypedFlatConfigItem & {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { Awaitable, TypedFlatConfigItem, OptionsConfig, ConfigNames } from '@antfu/eslint-config';
|
|
2
|
+
export { ConfigNames, TypedFlatConfigItem } from '@antfu/eslint-config';
|
|
2
3
|
import { FlatConfigComposer } from 'eslint-flat-config-utils';
|
|
4
|
+
export { FlatConfigComposer } from 'eslint-flat-config-utils';
|
|
3
5
|
import { Linter } from 'eslint';
|
|
4
6
|
|
|
5
7
|
type UserDefinedOptions = OptionsConfig & TypedFlatConfigItem & {
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
__reExport
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-CLGPHZON.js";
|
|
4
4
|
|
|
5
5
|
// src/antfu.ts
|
|
6
6
|
var antfu_exports = {};
|
|
@@ -75,7 +75,7 @@ var defuArrayFn = createDefu((object, key, currentValue) => {
|
|
|
75
75
|
}
|
|
76
76
|
});
|
|
77
77
|
|
|
78
|
-
// ../../node_modules/.pnpm/eslint-plugin-vue@10.0.0_eslint@9.
|
|
78
|
+
// ../../node_modules/.pnpm/eslint-plugin-vue@10.0.0_eslint@9.23.0_jiti@2.4.2__vue-eslint-parser@10.1.1_eslint@9.23.0_jiti@2.4.2__/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
|
|
79
79
|
var inline_non_void_elements_default = [
|
|
80
80
|
"a",
|
|
81
81
|
"abbr",
|
|
@@ -288,7 +288,7 @@ function getPresets(options, mode) {
|
|
|
288
288
|
});
|
|
289
289
|
}
|
|
290
290
|
if (enableMDX) {
|
|
291
|
-
presets.push((0, antfu_exports.interopDefault)(import("./
|
|
291
|
+
presets.push((0, antfu_exports.interopDefault)(import("./lib-VPHJZ6NS.js")).then((mdx) => {
|
|
292
292
|
return [
|
|
293
293
|
{
|
|
294
294
|
...mdx.flat,
|