@alextheman/eslint-plugin 5.10.3 → 5.10.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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4821,7 +4821,7 @@ const requireJsdocOptions = {
|
|
|
4821
4821
|
//#region src/configs/internal/jsdoc.ts
|
|
4822
4822
|
const internalJsdoc = [eslint_plugin_jsdoc.default.configs["flat/recommended-typescript-error"], { rules: {
|
|
4823
4823
|
"jsdoc/check-tag-names": ["error", { definedTags: ["category", "note"] }],
|
|
4824
|
-
"jsdoc/require-jsdoc": ["
|
|
4824
|
+
"jsdoc/require-jsdoc": ["error", requireJsdocOptions],
|
|
4825
4825
|
"jsdoc/require-tags": ["error", { tags: ["ExportNamedDeclaration", "ExportDefaultDeclaration"].map((context) => {
|
|
4826
4826
|
return {
|
|
4827
4827
|
context,
|
|
@@ -5569,7 +5569,7 @@ var rules_default = {
|
|
|
5569
5569
|
//#endregion
|
|
5570
5570
|
//#region package.json
|
|
5571
5571
|
var name = "@alextheman/eslint-plugin";
|
|
5572
|
-
var version = "5.10.
|
|
5572
|
+
var version = "5.10.4";
|
|
5573
5573
|
|
|
5574
5574
|
//#endregion
|
|
5575
5575
|
//#region src/alexPlugin.ts
|
package/dist/index.js
CHANGED
|
@@ -4805,7 +4805,7 @@ const requireJsdocOptions = {
|
|
|
4805
4805
|
//#region src/configs/internal/jsdoc.ts
|
|
4806
4806
|
const internalJsdoc = [jsdoc.configs["flat/recommended-typescript-error"], { rules: {
|
|
4807
4807
|
"jsdoc/check-tag-names": ["error", { definedTags: ["category", "note"] }],
|
|
4808
|
-
"jsdoc/require-jsdoc": ["
|
|
4808
|
+
"jsdoc/require-jsdoc": ["error", requireJsdocOptions],
|
|
4809
4809
|
"jsdoc/require-tags": ["error", { tags: ["ExportNamedDeclaration", "ExportDefaultDeclaration"].map((context) => {
|
|
4810
4810
|
return {
|
|
4811
4811
|
context,
|
|
@@ -5553,7 +5553,7 @@ var rules_default = {
|
|
|
5553
5553
|
//#endregion
|
|
5554
5554
|
//#region package.json
|
|
5555
5555
|
var name = "@alextheman/eslint-plugin";
|
|
5556
|
-
var version = "5.10.
|
|
5556
|
+
var version = "5.10.4";
|
|
5557
5557
|
|
|
5558
5558
|
//#endregion
|
|
5559
5559
|
//#region src/alexPlugin.ts
|