@alextheman/eslint-plugin 1.3.1 → 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 +2 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
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
|
|
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.
|
|
3999
|
+
var version = "1.3.2";
|
|
4000
4000
|
|
|
4001
4001
|
// src/index.ts
|
|
4002
4002
|
var plugin = {
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
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
|
|
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.
|
|
3985
|
+
var version = "1.3.2";
|
|
3986
3986
|
|
|
3987
3987
|
// src/index.ts
|
|
3988
3988
|
var plugin = {
|