@w5s/eslint-config-ignore 1.26.0 → 1.28.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.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -312,9 +312,9 @@ async function eslintIgnores(options = {}) {
|
|
|
312
312
|
//#endregion
|
|
313
313
|
//#region src/meta.ts
|
|
314
314
|
const meta = Object.freeze({
|
|
315
|
-
buildNumber:
|
|
315
|
+
buildNumber: 1789595370,
|
|
316
316
|
name: "@w5s/eslint-config-ignore",
|
|
317
|
-
version: "1.
|
|
317
|
+
version: "1.28.0"
|
|
318
318
|
});
|
|
319
319
|
//#endregion
|
|
320
320
|
export { eslintIgnores as default, eslintIgnores, meta };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/eslint-config-ignore",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.28.0",
|
|
4
4
|
"description": "Shared ESLint ignore configuration generator",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "e6d13c1ff1528928b37d5e08c97ffcc2b2b2c74f"
|
|
63
63
|
}
|