@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 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.3";
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
@@ -3,7 +3,7 @@ import z from 'zod';
3
3
  import { Config } from 'prettier';
4
4
 
5
5
  var name = "@alextheman/eslint-plugin";
6
- var version = "1.13.3";
6
+ var version = "1.13.4";
7
7
 
8
8
  interface AlexPlugin {
9
9
  meta: {
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import z from 'zod';
3
3
  import { Config } from 'prettier';
4
4
 
5
5
  var name = "@alextheman/eslint-plugin";
6
- var version = "1.13.3";
6
+ var version = "1.13.4";
7
7
 
8
8
  interface AlexPlugin {
9
9
  meta: {
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.3";
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "1.13.3",
3
+ "version": "1.13.4",
4
4
  "description": "A package to provide custom ESLint rules and configs",
5
5
  "license": "ISC",
6
6
  "author": "alextheman",