@alextheman/eslint-plugin 1.13.3 → 1.13.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 -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
|
@@ -3706,7 +3706,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
3706
3706
|
|
|
3707
3707
|
// package.json
|
|
3708
3708
|
var name = "@alextheman/eslint-plugin";
|
|
3709
|
-
var version = "1.13.
|
|
3709
|
+
var version = "1.13.4";
|
|
3710
3710
|
|
|
3711
3711
|
// src/configs/alexPluginBase.ts
|
|
3712
3712
|
function createAlexPluginBaseConfig(plugin) {
|
|
@@ -3825,6 +3825,7 @@ var typeScriptBase = [
|
|
|
3825
3825
|
"func-style": ["error", "declaration", { allowArrowFunctions: false }],
|
|
3826
3826
|
"prefer-arrow-callback": ["error", { allowNamedFunctions: false }],
|
|
3827
3827
|
"arrow-body-style": ["error", "always"],
|
|
3828
|
+
curly: ["error", "all"],
|
|
3828
3829
|
"no-param-reassign": "error",
|
|
3829
3830
|
"no-useless-rename": "error",
|
|
3830
3831
|
"sort-vars": "error",
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3692,7 +3692,7 @@ var require_globals2 = __commonJS({
|
|
|
3692
3692
|
|
|
3693
3693
|
// package.json
|
|
3694
3694
|
var name = "@alextheman/eslint-plugin";
|
|
3695
|
-
var version = "1.13.
|
|
3695
|
+
var version = "1.13.4";
|
|
3696
3696
|
|
|
3697
3697
|
// src/configs/alexPluginBase.ts
|
|
3698
3698
|
function createAlexPluginBaseConfig(plugin) {
|
|
@@ -3811,6 +3811,7 @@ var typeScriptBase = [
|
|
|
3811
3811
|
"func-style": ["error", "declaration", { allowArrowFunctions: false }],
|
|
3812
3812
|
"prefer-arrow-callback": ["error", { allowNamedFunctions: false }],
|
|
3813
3813
|
"arrow-body-style": ["error", "always"],
|
|
3814
|
+
curly: ["error", "all"],
|
|
3814
3815
|
"no-param-reassign": "error",
|
|
3815
3816
|
"no-useless-rename": "error",
|
|
3816
3817
|
"sort-vars": "error",
|