@alextheman/eslint-plugin 5.0.0 → 5.1.0
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 -1
- package/dist/index.js +2 -1
- package/package.json +2 -2
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.
|
|
4744
|
+
var version = "5.1.0";
|
|
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.
|
|
4728
|
+
var version = "5.1.0";
|
|
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.
|
|
3
|
+
"version": "5.1.0",
|
|
4
4
|
"description": "A package to provide custom ESLint rules and configs",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"eslint-plugin-jsx-a11y": ">=6.0.0",
|
|
66
66
|
"eslint-plugin-n": ">=17.23.1",
|
|
67
67
|
"eslint-plugin-package-json": ">=0.85.0",
|
|
68
|
-
"eslint-plugin-perfectionist": ">=
|
|
68
|
+
"eslint-plugin-perfectionist": ">=5.0.0",
|
|
69
69
|
"eslint-plugin-prettier": ">=5.0.0",
|
|
70
70
|
"eslint-plugin-react": ">=7.0.0",
|
|
71
71
|
"eslint-plugin-react-hooks": ">=7.0.0",
|