eslint-plugin-typefest 1.0.2 → 1.0.3
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/plugin.cjs +6 -10
- package/dist/plugin.cjs.map +2 -2
- package/package.json +6 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package.json",
|
|
3
3
|
"name": "eslint-plugin-typefest",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "ESLint rules for adopting type-fest and ts-extras conventions.",
|
|
7
7
|
"keywords": [
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
"actionlint": "^2.0.6",
|
|
281
281
|
"all-contributors-cli": "^6.26.1",
|
|
282
282
|
"cognitive-complexity-ts": "^0.8.1",
|
|
283
|
-
"commitlint": "^20.
|
|
283
|
+
"commitlint": "^20.5.0",
|
|
284
284
|
"commitlint-config-gitmoji": "^2.3.1",
|
|
285
285
|
"cross-env": "^10.1.0",
|
|
286
286
|
"depcheck": "^1.4.7",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"eslint-plugin-toml": "^1.3.1",
|
|
336
336
|
"eslint-plugin-total-functions": "^7.1.0",
|
|
337
337
|
"eslint-plugin-tsdoc": "^0.5.2",
|
|
338
|
-
"eslint-plugin-tsdoc-require-2": "^1.0.
|
|
338
|
+
"eslint-plugin-tsdoc-require-2": "^1.0.4",
|
|
339
339
|
"eslint-plugin-undefined-css-classes": "^0.1.5",
|
|
340
340
|
"eslint-plugin-unicorn": "^63.0.0",
|
|
341
341
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
"stylelint-no-restricted-syntax": "^2.2.1",
|
|
524
524
|
"stylelint-no-unresolved-module": "^2.5.2",
|
|
525
525
|
"stylelint-no-unsupported-browser-features": "^8.1.1",
|
|
526
|
-
"stylelint-order": "^8.1.
|
|
526
|
+
"stylelint-order": "^8.1.1",
|
|
527
527
|
"stylelint-plugin-defensive-css": "^2.6.0",
|
|
528
528
|
"stylelint-plugin-logical-css": "^2.0.2",
|
|
529
529
|
"stylelint-plugin-use-baseline": "^1.2.7",
|
|
@@ -566,13 +566,9 @@
|
|
|
566
566
|
"onFail": "error"
|
|
567
567
|
}
|
|
568
568
|
},
|
|
569
|
-
"os": [
|
|
570
|
-
"darwin",
|
|
571
|
-
"linux",
|
|
572
|
-
"win32"
|
|
573
|
-
],
|
|
574
569
|
"publishConfig": {
|
|
575
|
-
"provenance": true
|
|
570
|
+
"provenance": true,
|
|
571
|
+
"registry": "https://registry.npmjs.org/"
|
|
576
572
|
},
|
|
577
573
|
"readme": "README.md"
|
|
578
574
|
}
|