@alextheman/eslint-plugin 4.5.0 → 4.5.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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -61,7 +61,7 @@ eslint_plugin_jsdoc = __toESM(eslint_plugin_jsdoc);
|
|
|
61
61
|
|
|
62
62
|
//#region package.json
|
|
63
63
|
var name = "@alextheman/eslint-plugin";
|
|
64
|
-
var version = "4.5.
|
|
64
|
+
var version = "4.5.1";
|
|
65
65
|
|
|
66
66
|
//#endregion
|
|
67
67
|
//#region node_modules/.pnpm/globals@16.5.0/node_modules/globals/globals.json
|
|
@@ -4066,7 +4066,7 @@ var typeScript_default$2 = personalTypeScript;
|
|
|
4066
4066
|
|
|
4067
4067
|
//#endregion
|
|
4068
4068
|
//#region src/configs/personal/typeScriptPackage.ts
|
|
4069
|
-
const personalTypeScriptPackage = [eslint_plugin_jsdoc.default.configs["flat/recommended-typescript"], { rules: { "jsdoc/require-jsdoc": ["warn", {
|
|
4069
|
+
const personalTypeScriptPackage = [eslint_plugin_jsdoc.default.configs["flat/recommended-typescript-error"], { rules: { "jsdoc/require-jsdoc": ["warn", {
|
|
4070
4070
|
enableFixer: false,
|
|
4071
4071
|
require: {
|
|
4072
4072
|
ClassDeclaration: true,
|
package/dist/index.js
CHANGED
|
@@ -46,7 +46,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
46
46
|
//#endregion
|
|
47
47
|
//#region package.json
|
|
48
48
|
var name = "@alextheman/eslint-plugin";
|
|
49
|
-
var version = "4.5.
|
|
49
|
+
var version = "4.5.1";
|
|
50
50
|
|
|
51
51
|
//#endregion
|
|
52
52
|
//#region node_modules/.pnpm/globals@16.5.0/node_modules/globals/globals.json
|
|
@@ -4051,7 +4051,7 @@ var typeScript_default$2 = personalTypeScript;
|
|
|
4051
4051
|
|
|
4052
4052
|
//#endregion
|
|
4053
4053
|
//#region src/configs/personal/typeScriptPackage.ts
|
|
4054
|
-
const personalTypeScriptPackage = [jsdoc.configs["flat/recommended-typescript"], { rules: { "jsdoc/require-jsdoc": ["warn", {
|
|
4054
|
+
const personalTypeScriptPackage = [jsdoc.configs["flat/recommended-typescript-error"], { rules: { "jsdoc/require-jsdoc": ["warn", {
|
|
4055
4055
|
enableFixer: false,
|
|
4056
4056
|
require: {
|
|
4057
4057
|
ClassDeclaration: true,
|