@alextheman/eslint-plugin 1.13.1 → 1.13.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 +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
|
@@ -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.
|
|
3709
|
+
var version = "1.13.2";
|
|
3710
3710
|
|
|
3711
3711
|
// src/configs/alexPluginBase.ts
|
|
3712
3712
|
function createAlexPluginBaseConfig(plugin) {
|
|
@@ -3896,8 +3896,8 @@ var typeScriptReactBase = [
|
|
|
3896
3896
|
{
|
|
3897
3897
|
paths: [
|
|
3898
3898
|
{
|
|
3899
|
-
|
|
3900
|
-
message: 'Please use `import Component from "@mui/
|
|
3899
|
+
regex: "^@mui/[^/]+$",
|
|
3900
|
+
message: 'Please use `import Component from "@mui/[package]/Component"` instead. See https://mui.com/material-ui/guides/minimizing-bundle-size/ for more information.'
|
|
3901
3901
|
}
|
|
3902
3902
|
]
|
|
3903
3903
|
}
|
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.13.
|
|
3695
|
+
var version = "1.13.2";
|
|
3696
3696
|
|
|
3697
3697
|
// src/configs/alexPluginBase.ts
|
|
3698
3698
|
function createAlexPluginBaseConfig(plugin) {
|
|
@@ -3882,8 +3882,8 @@ var typeScriptReactBase = [
|
|
|
3882
3882
|
{
|
|
3883
3883
|
paths: [
|
|
3884
3884
|
{
|
|
3885
|
-
|
|
3886
|
-
message: 'Please use `import Component from "@mui/
|
|
3885
|
+
regex: "^@mui/[^/]+$",
|
|
3886
|
+
message: 'Please use `import Component from "@mui/[package]/Component"` instead. See https://mui.com/material-ui/guides/minimizing-bundle-size/ for more information.'
|
|
3887
3887
|
}
|
|
3888
3888
|
]
|
|
3889
3889
|
}
|