@w5s/eslint-config-ignore 1.8.0 → 1.9.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 +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -316,7 +316,7 @@ async function eslintIgnores(options = {}) {
|
|
|
316
316
|
const meta = Object.freeze({
|
|
317
317
|
buildNumber: 1,
|
|
318
318
|
name: "@w5s/eslint-config-ignore",
|
|
319
|
-
version: "1.
|
|
319
|
+
version: "1.9.0"
|
|
320
320
|
});
|
|
321
321
|
//#endregion
|
|
322
322
|
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.9.0",
|
|
4
4
|
"description": "Shared ESLint ignore configuration generator",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
61
|
"sideEffect": false,
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "10517ba78d89eb1a17d98f7f1c2d17258c2437b1"
|
|
63
63
|
}
|