@alextheman/eslint-plugin 5.0.0 → 5.0.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
@@ -4059,6 +4059,7 @@ const personalTypeScriptPackage = [eslint_plugin_jsdoc.default.configs["flat/rec
4059
4059
  "jsdoc/check-tag-names": ["error", { definedTags: ["note"] }],
4060
4060
  "jsdoc/require-jsdoc": ["warn", requireJsdocOptions_default],
4061
4061
  "jsdoc/sort-tags": ["error", { tagSequence: [
4062
+ { tags: ["deprecated"] },
4062
4063
  { tags: ["template"] },
4063
4064
  { tags: ["param"] },
4064
4065
  { tags: ["throws"] },
@@ -4740,7 +4741,7 @@ var rules_default = {
4740
4741
  //#endregion
4741
4742
  //#region package.json
4742
4743
  var name = "@alextheman/eslint-plugin";
4743
- var version = "5.0.0";
4744
+ var version = "5.0.1";
4744
4745
 
4745
4746
  //#endregion
4746
4747
  //#region src/alexPlugin.ts
package/dist/index.js CHANGED
@@ -4043,6 +4043,7 @@ const personalTypeScriptPackage = [jsdoc.configs["flat/recommended-typescript-er
4043
4043
  "jsdoc/check-tag-names": ["error", { definedTags: ["note"] }],
4044
4044
  "jsdoc/require-jsdoc": ["warn", requireJsdocOptions_default],
4045
4045
  "jsdoc/sort-tags": ["error", { tagSequence: [
4046
+ { tags: ["deprecated"] },
4046
4047
  { tags: ["template"] },
4047
4048
  { tags: ["param"] },
4048
4049
  { tags: ["throws"] },
@@ -4724,7 +4725,7 @@ var rules_default = {
4724
4725
  //#endregion
4725
4726
  //#region package.json
4726
4727
  var name = "@alextheman/eslint-plugin";
4727
- var version = "5.0.0";
4728
+ var version = "5.0.1";
4728
4729
 
4729
4730
  //#endregion
4730
4731
  //#region src/alexPlugin.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "A package to provide custom ESLint rules and configs",
5
5
  "repository": {
6
6
  "type": "git",