@lobehub/lint 2.0.0-beta.2 → 2.0.0-beta.4
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 +7 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -43,10 +43,16 @@ Object.defineProperty(exports, 'commitlint', {
|
|
|
43
43
|
return __lobehub_commitlint_config.default;
|
|
44
44
|
}
|
|
45
45
|
});
|
|
46
|
+
Object.defineProperty(exports, 'defineConfig', {
|
|
47
|
+
enumerable: true,
|
|
48
|
+
get: function () {
|
|
49
|
+
return __lobehub_eslint_config.defineConfig;
|
|
50
|
+
}
|
|
51
|
+
});
|
|
46
52
|
Object.defineProperty(exports, 'defineEslintConfig', {
|
|
47
53
|
enumerable: true,
|
|
48
54
|
get: function () {
|
|
49
|
-
return __lobehub_eslint_config.
|
|
55
|
+
return __lobehub_eslint_config.defineConfig;
|
|
50
56
|
}
|
|
51
57
|
});
|
|
52
58
|
Object.defineProperty(exports, 'eslint', {
|
package/dist/index.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import commitlint from "@lobehub/commitlint-config";
|
|
2
|
-
import
|
|
2
|
+
import { Options as EslintOptions, defineConfig, defineConfig as defineEslintConfig, defineConfig as eslint } from "@lobehub/eslint-config";
|
|
3
3
|
import prettier from "@lobehub/prettier-config";
|
|
4
4
|
import remarklint from "@lobehub/remarklint-config";
|
|
5
5
|
import semanticRelease, { options as semanticReleaseOptions } from "@lobehub/semantic-release-config";
|
|
6
6
|
import changelog from "@lobehub/semantic-release-config/changelog";
|
|
7
7
|
import semanticReleaseMonoRepo from "@lobehub/semantic-release-config/monorepo";
|
|
8
8
|
import stylelint from "@lobehub/stylelint-config";
|
|
9
|
-
export { EslintOptions, changelog, commitlint, defineEslintConfig, eslint, prettier, remarklint, semanticRelease, semanticReleaseMonoRepo, semanticReleaseOptions, stylelint };
|
|
9
|
+
export { EslintOptions, changelog, commitlint, defineConfig, defineEslintConfig, eslint, prettier, remarklint, semanticRelease, semanticReleaseMonoRepo, semanticReleaseOptions, stylelint };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import commitlint from "@lobehub/commitlint-config";
|
|
2
|
-
import
|
|
2
|
+
import { Options as EslintOptions, defineConfig, defineConfig as defineEslintConfig, defineConfig as eslint } from "@lobehub/eslint-config";
|
|
3
3
|
import prettier from "@lobehub/prettier-config";
|
|
4
4
|
import remarklint from "@lobehub/remarklint-config";
|
|
5
5
|
import semanticRelease, { options as semanticReleaseOptions } from "@lobehub/semantic-release-config";
|
|
6
6
|
import changelog from "@lobehub/semantic-release-config/changelog";
|
|
7
7
|
import semanticReleaseMonoRepo from "@lobehub/semantic-release-config/monorepo";
|
|
8
8
|
import stylelint from "@lobehub/stylelint-config";
|
|
9
|
-
export { EslintOptions, changelog, commitlint, defineEslintConfig, eslint, prettier, remarklint, semanticRelease, semanticReleaseMonoRepo, semanticReleaseOptions, stylelint };
|
|
9
|
+
export { EslintOptions, changelog, commitlint, defineConfig, defineEslintConfig, eslint, prettier, remarklint, semanticRelease, semanticReleaseMonoRepo, semanticReleaseOptions, stylelint };
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import commitlint from "@lobehub/commitlint-config";
|
|
2
|
-
import defineEslintConfig,
|
|
2
|
+
import { defineConfig, defineConfig as defineEslintConfig, defineConfig as eslint } from "@lobehub/eslint-config";
|
|
3
3
|
import prettier from "@lobehub/prettier-config";
|
|
4
4
|
import remarklint from "@lobehub/remarklint-config";
|
|
5
5
|
import semanticRelease, { options as semanticReleaseOptions } from "@lobehub/semantic-release-config";
|
|
@@ -7,4 +7,4 @@ import changelog from "@lobehub/semantic-release-config/changelog";
|
|
|
7
7
|
import semanticReleaseMonoRepo from "@lobehub/semantic-release-config/monorepo";
|
|
8
8
|
import stylelint from "@lobehub/stylelint-config";
|
|
9
9
|
|
|
10
|
-
export { changelog, commitlint, defineEslintConfig, eslint, prettier, remarklint, semanticRelease, semanticReleaseMonoRepo, semanticReleaseOptions, stylelint };
|
|
10
|
+
export { changelog, commitlint, defineConfig, defineEslintConfig, eslint, prettier, remarklint, semanticRelease, semanticReleaseMonoRepo, semanticReleaseOptions, stylelint };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lobehub/lint",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.4",
|
|
4
4
|
"description": "Meta package that re-exports all LobeHub lint configurations",
|
|
5
5
|
"homepage": "https://github.com/lobehub/lobe-lint",
|
|
6
6
|
"bugs": {
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"dist"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@lobehub/
|
|
32
|
-
"@lobehub/prettier-config": "2.0.0-beta.
|
|
33
|
-
"@lobehub/
|
|
34
|
-
"@lobehub/
|
|
35
|
-
"@lobehub/
|
|
36
|
-
"@lobehub/
|
|
31
|
+
"@lobehub/eslint-config": "2.0.0-beta.4",
|
|
32
|
+
"@lobehub/prettier-config": "2.0.0-beta.4",
|
|
33
|
+
"@lobehub/semantic-release-config": "2.0.0-beta.4",
|
|
34
|
+
"@lobehub/remarklint-config": "2.0.0-beta.4",
|
|
35
|
+
"@lobehub/commitlint-config": "2.0.0-beta.4",
|
|
36
|
+
"@lobehub/stylelint-config": "2.0.0-beta.4"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=18"
|