@alextheman/eslint-plugin 1.3.0 → 1.3.2

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
@@ -3828,7 +3828,7 @@ var import_eslint_plugin_react_refresh = __toESM(require("eslint-plugin-react-re
3828
3828
  var import_globals2 = __toESM(require_globals2(), 1);
3829
3829
  function createAlexTypeScriptReactBaseConfig(plugin2) {
3830
3830
  return [
3831
- ...plugin2.configs.alexTypeScriptBase,
3831
+ ...alex_typescript_base_default(plugin2),
3832
3832
  {
3833
3833
  name: "@alextheman/eslint-config-typescript-react-base",
3834
3834
  languageOptions: {
@@ -3996,7 +3996,7 @@ var rules_default = {
3996
3996
 
3997
3997
  // package.json
3998
3998
  var name = "@alextheman/eslint-plugin";
3999
- var version = "1.3.0";
3999
+ var version = "1.3.2";
4000
4000
 
4001
4001
  // src/index.ts
4002
4002
  var plugin = {
package/dist/index.d.cts CHANGED
@@ -5,7 +5,7 @@ import { Config } from 'prettier';
5
5
  declare const prettierRules: Config;
6
6
 
7
7
  var name = "@alextheman/eslint-plugin";
8
- var version = "1.3.0";
8
+ var version = "1.3.2";
9
9
 
10
10
  interface AlexPlugin {
11
11
  meta: {
package/dist/index.d.ts CHANGED
@@ -5,7 +5,7 @@ import { Config } from 'prettier';
5
5
  declare const prettierRules: Config;
6
6
 
7
7
  var name = "@alextheman/eslint-plugin";
8
- var version = "1.3.0";
8
+ var version = "1.3.2";
9
9
 
10
10
  interface AlexPlugin {
11
11
  meta: {
package/dist/index.js CHANGED
@@ -3814,7 +3814,7 @@ import reactHooks from "eslint-plugin-react-hooks";
3814
3814
  import reactRefresh from "eslint-plugin-react-refresh";
3815
3815
  function createAlexTypeScriptReactBaseConfig(plugin2) {
3816
3816
  return [
3817
- ...plugin2.configs.alexTypeScriptBase,
3817
+ ...alex_typescript_base_default(plugin2),
3818
3818
  {
3819
3819
  name: "@alextheman/eslint-config-typescript-react-base",
3820
3820
  languageOptions: {
@@ -3982,7 +3982,7 @@ var rules_default = {
3982
3982
 
3983
3983
  // package.json
3984
3984
  var name = "@alextheman/eslint-plugin";
3985
- var version = "1.3.0";
3985
+ var version = "1.3.2";
3986
3986
 
3987
3987
  // src/index.ts
3988
3988
  var plugin = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",