@alextheman/eslint-plugin 5.2.0 → 5.2.1

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
@@ -3738,6 +3738,7 @@ var reactLanguageOptions_default = reactLanguageOptions;
3738
3738
  //#endregion
3739
3739
  //#region src/configs/helpers/typeDocConfig.ts
3740
3740
  const typeDocConfig = {
3741
+ disableSources: true,
3741
3742
  entryPoints: ["./src/index.ts"],
3742
3743
  excludeNotDocumented: true,
3743
3744
  includeVersion: true,
@@ -4800,7 +4801,7 @@ var rules_default = {
4800
4801
  //#endregion
4801
4802
  //#region package.json
4802
4803
  var name = "@alextheman/eslint-plugin";
4803
- var version = "5.2.0";
4804
+ var version = "5.2.1";
4804
4805
 
4805
4806
  //#endregion
4806
4807
  //#region src/alexPlugin.ts
package/dist/index.js CHANGED
@@ -3722,6 +3722,7 @@ var reactLanguageOptions_default = reactLanguageOptions;
3722
3722
  //#endregion
3723
3723
  //#region src/configs/helpers/typeDocConfig.ts
3724
3724
  const typeDocConfig = {
3725
+ disableSources: true,
3725
3726
  entryPoints: ["./src/index.ts"],
3726
3727
  excludeNotDocumented: true,
3727
3728
  includeVersion: true,
@@ -4784,7 +4785,7 @@ var rules_default = {
4784
4785
  //#endregion
4785
4786
  //#region package.json
4786
4787
  var name = "@alextheman/eslint-plugin";
4787
- var version = "5.2.0";
4788
+ var version = "5.2.1";
4788
4789
 
4789
4790
  //#endregion
4790
4791
  //#region src/alexPlugin.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "A package to provide custom ESLint rules and configs",
5
5
  "repository": {
6
6
  "type": "git",