@jsse/eslint-config 0.2.12 → 0.2.14
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/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
package/dist/cli.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -11173,10 +11173,10 @@ var perfectionist = async () => {
|
|
|
11173
11173
|
{
|
|
11174
11174
|
customGroups: {
|
|
11175
11175
|
type: {
|
|
11176
|
-
react: ["react", "react-*"]
|
|
11176
|
+
react: ["react", "react-*", "react-*/*"]
|
|
11177
11177
|
},
|
|
11178
11178
|
value: {
|
|
11179
|
-
react: ["react", "react-*"]
|
|
11179
|
+
react: ["react", "react-*", "react-*/*"]
|
|
11180
11180
|
}
|
|
11181
11181
|
},
|
|
11182
11182
|
groups: [
|
package/dist/index.js
CHANGED
|
@@ -11101,10 +11101,10 @@ var perfectionist = async () => {
|
|
|
11101
11101
|
{
|
|
11102
11102
|
customGroups: {
|
|
11103
11103
|
type: {
|
|
11104
|
-
react: ["react", "react-*"]
|
|
11104
|
+
react: ["react", "react-*", "react-*/*"]
|
|
11105
11105
|
},
|
|
11106
11106
|
value: {
|
|
11107
|
-
react: ["react", "react-*"]
|
|
11107
|
+
react: ["react", "react-*", "react-*/*"]
|
|
11108
11108
|
}
|
|
11109
11109
|
},
|
|
11110
11110
|
groups: [
|
package/package.json
CHANGED