@alextheman/eslint-plugin 1.4.0 → 1.5.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.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3792,6 +3792,7 @@ var esLintConfigTypeScriptBase = [
|
|
|
3792
3792
|
"no-unused-vars": "off",
|
|
3793
3793
|
"func-style": [warnOnFixButErrorOnLint, "declaration", { allowArrowFunctions: false }],
|
|
3794
3794
|
"prefer-arrow-callback": [warnOnFixButErrorOnLint, { allowNamedFunctions: false }],
|
|
3795
|
+
"arrow-body-style": [warnOnFixButErrorOnLint, "always"],
|
|
3795
3796
|
"no-param-reassign": warnOnFixButErrorOnLint,
|
|
3796
3797
|
"no-useless-rename": warnOnFixButErrorOnLint,
|
|
3797
3798
|
"sort-vars": warnOnFixButErrorOnLint,
|
|
@@ -4033,7 +4034,7 @@ var rules_default = {
|
|
|
4033
4034
|
|
|
4034
4035
|
// package.json
|
|
4035
4036
|
var name = "@alextheman/eslint-plugin";
|
|
4036
|
-
var version = "1.
|
|
4037
|
+
var version = "1.5.0";
|
|
4037
4038
|
|
|
4038
4039
|
// src/index.ts
|
|
4039
4040
|
var plugin = {
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3778,6 +3778,7 @@ var esLintConfigTypeScriptBase = [
|
|
|
3778
3778
|
"no-unused-vars": "off",
|
|
3779
3779
|
"func-style": [warnOnFixButErrorOnLint, "declaration", { allowArrowFunctions: false }],
|
|
3780
3780
|
"prefer-arrow-callback": [warnOnFixButErrorOnLint, { allowNamedFunctions: false }],
|
|
3781
|
+
"arrow-body-style": [warnOnFixButErrorOnLint, "always"],
|
|
3781
3782
|
"no-param-reassign": warnOnFixButErrorOnLint,
|
|
3782
3783
|
"no-useless-rename": warnOnFixButErrorOnLint,
|
|
3783
3784
|
"sort-vars": warnOnFixButErrorOnLint,
|
|
@@ -4019,7 +4020,7 @@ var rules_default = {
|
|
|
4019
4020
|
|
|
4020
4021
|
// package.json
|
|
4021
4022
|
var name = "@alextheman/eslint-plugin";
|
|
4022
|
-
var version = "1.
|
|
4023
|
+
var version = "1.5.0";
|
|
4023
4024
|
|
|
4024
4025
|
// src/index.ts
|
|
4025
4026
|
var plugin = {
|