@alextheman/eslint-plugin 5.2.0 → 5.2.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/index.cjs +3 -1
- package/dist/index.js +3 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3698,6 +3698,7 @@ const generalJavaScript = [
|
|
|
3698
3698
|
],
|
|
3699
3699
|
"n/no-missing-import": "off",
|
|
3700
3700
|
"n/no-path-concat": "error",
|
|
3701
|
+
"n/no-unpublished-import": "off",
|
|
3701
3702
|
"n/prefer-node-protocol": "error",
|
|
3702
3703
|
"no-cond-assign": "error",
|
|
3703
3704
|
"no-console": ["error", { allow: [
|
|
@@ -3738,6 +3739,7 @@ var reactLanguageOptions_default = reactLanguageOptions;
|
|
|
3738
3739
|
//#endregion
|
|
3739
3740
|
//#region src/configs/helpers/typeDocConfig.ts
|
|
3740
3741
|
const typeDocConfig = {
|
|
3742
|
+
disableSources: true,
|
|
3741
3743
|
entryPoints: ["./src/index.ts"],
|
|
3742
3744
|
excludeNotDocumented: true,
|
|
3743
3745
|
includeVersion: true,
|
|
@@ -4800,7 +4802,7 @@ var rules_default = {
|
|
|
4800
4802
|
//#endregion
|
|
4801
4803
|
//#region package.json
|
|
4802
4804
|
var name = "@alextheman/eslint-plugin";
|
|
4803
|
-
var version = "5.2.
|
|
4805
|
+
var version = "5.2.2";
|
|
4804
4806
|
|
|
4805
4807
|
//#endregion
|
|
4806
4808
|
//#region src/alexPlugin.ts
|
package/dist/index.js
CHANGED
|
@@ -3682,6 +3682,7 @@ const generalJavaScript = [
|
|
|
3682
3682
|
],
|
|
3683
3683
|
"n/no-missing-import": "off",
|
|
3684
3684
|
"n/no-path-concat": "error",
|
|
3685
|
+
"n/no-unpublished-import": "off",
|
|
3685
3686
|
"n/prefer-node-protocol": "error",
|
|
3686
3687
|
"no-cond-assign": "error",
|
|
3687
3688
|
"no-console": ["error", { allow: [
|
|
@@ -3722,6 +3723,7 @@ var reactLanguageOptions_default = reactLanguageOptions;
|
|
|
3722
3723
|
//#endregion
|
|
3723
3724
|
//#region src/configs/helpers/typeDocConfig.ts
|
|
3724
3725
|
const typeDocConfig = {
|
|
3726
|
+
disableSources: true,
|
|
3725
3727
|
entryPoints: ["./src/index.ts"],
|
|
3726
3728
|
excludeNotDocumented: true,
|
|
3727
3729
|
includeVersion: true,
|
|
@@ -4784,7 +4786,7 @@ var rules_default = {
|
|
|
4784
4786
|
//#endregion
|
|
4785
4787
|
//#region package.json
|
|
4786
4788
|
var name = "@alextheman/eslint-plugin";
|
|
4787
|
-
var version = "5.2.
|
|
4789
|
+
var version = "5.2.2";
|
|
4788
4790
|
|
|
4789
4791
|
//#endregion
|
|
4790
4792
|
//#region src/alexPlugin.ts
|