@debbl/eslint-config 3.2.2 → 3.2.4
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 +5 -1
- package/dist/index.js +5 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1512,7 +1512,11 @@ async function next() {
|
|
|
1512
1512
|
"react-refresh/only-export-components": [
|
|
1513
1513
|
"warn",
|
|
1514
1514
|
{
|
|
1515
|
-
allowExportNames: [
|
|
1515
|
+
allowExportNames: [
|
|
1516
|
+
"metadata",
|
|
1517
|
+
"generateMetadata",
|
|
1518
|
+
"generateStaticParams"
|
|
1519
|
+
]
|
|
1516
1520
|
}
|
|
1517
1521
|
]
|
|
1518
1522
|
}
|
package/dist/index.js
CHANGED
|
@@ -1430,7 +1430,11 @@ async function next() {
|
|
|
1430
1430
|
"react-refresh/only-export-components": [
|
|
1431
1431
|
"warn",
|
|
1432
1432
|
{
|
|
1433
|
-
allowExportNames: [
|
|
1433
|
+
allowExportNames: [
|
|
1434
|
+
"metadata",
|
|
1435
|
+
"generateMetadata",
|
|
1436
|
+
"generateStaticParams"
|
|
1437
|
+
]
|
|
1434
1438
|
}
|
|
1435
1439
|
]
|
|
1436
1440
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@debbl/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.4",
|
|
5
5
|
"description": "Brendan Dash's ESLint config",
|
|
6
6
|
"author": "Debbl <me@aiwan.run> (https://github.com/Debbl/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -86,6 +86,6 @@
|
|
|
86
86
|
"typecheck": "tsc --noEmit",
|
|
87
87
|
"lint": "pnpm run stub && eslint .",
|
|
88
88
|
"lint:fix": "pnpm run stub && eslint . --fix",
|
|
89
|
-
"release": "bumpp && pnpm publish"
|
|
89
|
+
"release": "pnpm build && bumpp && pnpm publish"
|
|
90
90
|
}
|
|
91
91
|
}
|