@alextheman/eslint-plugin 1.15.0 → 1.16.0
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 +3 -3
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3715,7 +3715,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
3715
3715
|
|
|
3716
3716
|
// package.json
|
|
3717
3717
|
var name = "@alextheman/eslint-plugin";
|
|
3718
|
-
var version = "1.
|
|
3718
|
+
var version = "1.16.0";
|
|
3719
3719
|
|
|
3720
3720
|
// src/configs/alexPluginBase.ts
|
|
3721
3721
|
function createAlexPluginBaseConfig(plugin) {
|
|
@@ -3904,13 +3904,13 @@ var reactBase = [
|
|
|
3904
3904
|
ecmaVersion: 2020,
|
|
3905
3905
|
globals: import_globals2.default.browser
|
|
3906
3906
|
},
|
|
3907
|
-
name: "@alextheman/eslint-config-
|
|
3907
|
+
name: "@alextheman/eslint-config-react-base",
|
|
3908
3908
|
plugins: {
|
|
3909
3909
|
react: import_eslint_plugin_react.default,
|
|
3910
3910
|
"react-hooks": import_eslint_plugin_react_hooks.default,
|
|
3911
3911
|
"react-refresh": import_eslint_plugin_react_refresh.default
|
|
3912
3912
|
},
|
|
3913
|
-
rules: __spreadProps(__spreadValues({}, import_eslint_plugin_react_hooks.default.configs.recommended.rules), {
|
|
3913
|
+
rules: __spreadProps(__spreadValues(__spreadValues({}, import_eslint_plugin_react_hooks.default.configs.recommended.rules), import_eslint_plugin_react.default.configs.recommended.rules), {
|
|
3914
3914
|
"no-restricted-imports": [
|
|
3915
3915
|
"error",
|
|
3916
3916
|
{
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3700,7 +3700,7 @@ var require_globals2 = __commonJS({
|
|
|
3700
3700
|
|
|
3701
3701
|
// package.json
|
|
3702
3702
|
var name = "@alextheman/eslint-plugin";
|
|
3703
|
-
var version = "1.
|
|
3703
|
+
var version = "1.16.0";
|
|
3704
3704
|
|
|
3705
3705
|
// src/configs/alexPluginBase.ts
|
|
3706
3706
|
function createAlexPluginBaseConfig(plugin) {
|
|
@@ -3889,13 +3889,13 @@ var reactBase = [
|
|
|
3889
3889
|
ecmaVersion: 2020,
|
|
3890
3890
|
globals: import_globals2.default.browser
|
|
3891
3891
|
},
|
|
3892
|
-
name: "@alextheman/eslint-config-
|
|
3892
|
+
name: "@alextheman/eslint-config-react-base",
|
|
3893
3893
|
plugins: {
|
|
3894
3894
|
react: reactPlugin,
|
|
3895
3895
|
"react-hooks": reactHooks,
|
|
3896
3896
|
"react-refresh": reactRefresh
|
|
3897
3897
|
},
|
|
3898
|
-
rules: __spreadProps(__spreadValues({}, reactHooks.configs.recommended.rules), {
|
|
3898
|
+
rules: __spreadProps(__spreadValues(__spreadValues({}, reactHooks.configs.recommended.rules), reactPlugin.configs.recommended.rules), {
|
|
3899
3899
|
"no-restricted-imports": [
|
|
3900
3900
|
"error",
|
|
3901
3901
|
{
|