@alextheman/eslint-plugin 1.6.1 → 1.6.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
|
@@ -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.6.
|
|
3709
|
+
var version = "1.6.2";
|
|
3710
3710
|
|
|
3711
3711
|
// src/configs/eslint-config-typescript-base.ts
|
|
3712
3712
|
var import_js = __toESM(require_src(), 1);
|
|
@@ -3859,7 +3859,7 @@ function createAlexTypeScriptReactBaseConfig(plugin2) {
|
|
|
3859
3859
|
react: import_eslint_plugin_react.default
|
|
3860
3860
|
},
|
|
3861
3861
|
rules: __spreadProps(__spreadValues({}, import_eslint_plugin_react_hooks.default.configs.recommended.rules), {
|
|
3862
|
-
"react-refresh/only-export-components":
|
|
3862
|
+
"react-refresh/only-export-components": "off",
|
|
3863
3863
|
"react-hooks/exhaustive-deps": "off",
|
|
3864
3864
|
"no-restricted-imports": [
|
|
3865
3865
|
warnOnFixButErrorOnLint,
|
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.6.
|
|
3695
|
+
var version = "1.6.2";
|
|
3696
3696
|
|
|
3697
3697
|
// src/configs/eslint-config-typescript-base.ts
|
|
3698
3698
|
var import_js = __toESM(require_src(), 1);
|
|
@@ -3845,7 +3845,7 @@ function createAlexTypeScriptReactBaseConfig(plugin2) {
|
|
|
3845
3845
|
react: reactPlugin
|
|
3846
3846
|
},
|
|
3847
3847
|
rules: __spreadProps(__spreadValues({}, reactHooks.configs.recommended.rules), {
|
|
3848
|
-
"react-refresh/only-export-components":
|
|
3848
|
+
"react-refresh/only-export-components": "off",
|
|
3849
3849
|
"react-hooks/exhaustive-deps": "off",
|
|
3850
3850
|
"no-restricted-imports": [
|
|
3851
3851
|
warnOnFixButErrorOnLint,
|