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/dist/plugin.cjs
CHANGED
|
@@ -40,7 +40,7 @@ var import_ts_extras37 = require("ts-extras");
|
|
|
40
40
|
var package_default = {
|
|
41
41
|
$schema: "https://www.schemastore.org/package.json",
|
|
42
42
|
name: "eslint-plugin-typefest",
|
|
43
|
-
version: "1.0.
|
|
43
|
+
version: "1.0.3",
|
|
44
44
|
private: false,
|
|
45
45
|
description: "ESLint rules for adopting type-fest and ts-extras conventions.",
|
|
46
46
|
keywords: [
|
|
@@ -319,7 +319,7 @@ var package_default = {
|
|
|
319
319
|
actionlint: "^2.0.6",
|
|
320
320
|
"all-contributors-cli": "^6.26.1",
|
|
321
321
|
"cognitive-complexity-ts": "^0.8.1",
|
|
322
|
-
commitlint: "^20.
|
|
322
|
+
commitlint: "^20.5.0",
|
|
323
323
|
"commitlint-config-gitmoji": "^2.3.1",
|
|
324
324
|
"cross-env": "^10.1.0",
|
|
325
325
|
depcheck: "^1.4.7",
|
|
@@ -374,7 +374,7 @@ var package_default = {
|
|
|
374
374
|
"eslint-plugin-toml": "^1.3.1",
|
|
375
375
|
"eslint-plugin-total-functions": "^7.1.0",
|
|
376
376
|
"eslint-plugin-tsdoc": "^0.5.2",
|
|
377
|
-
"eslint-plugin-tsdoc-require-2": "^1.0.
|
|
377
|
+
"eslint-plugin-tsdoc-require-2": "^1.0.4",
|
|
378
378
|
"eslint-plugin-undefined-css-classes": "^0.1.5",
|
|
379
379
|
"eslint-plugin-unicorn": "^63.0.0",
|
|
380
380
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
@@ -562,7 +562,7 @@ var package_default = {
|
|
|
562
562
|
"stylelint-no-restricted-syntax": "^2.2.1",
|
|
563
563
|
"stylelint-no-unresolved-module": "^2.5.2",
|
|
564
564
|
"stylelint-no-unsupported-browser-features": "^8.1.1",
|
|
565
|
-
"stylelint-order": "^8.1.
|
|
565
|
+
"stylelint-order": "^8.1.1",
|
|
566
566
|
"stylelint-plugin-defensive-css": "^2.6.0",
|
|
567
567
|
"stylelint-plugin-logical-css": "^2.0.2",
|
|
568
568
|
"stylelint-plugin-use-baseline": "^1.2.7",
|
|
@@ -605,13 +605,9 @@ var package_default = {
|
|
|
605
605
|
onFail: "error"
|
|
606
606
|
}
|
|
607
607
|
},
|
|
608
|
-
os: [
|
|
609
|
-
"darwin",
|
|
610
|
-
"linux",
|
|
611
|
-
"win32"
|
|
612
|
-
],
|
|
613
608
|
publishConfig: {
|
|
614
|
-
provenance: true
|
|
609
|
+
provenance: true,
|
|
610
|
+
registry: "https://registry.npmjs.org/"
|
|
615
611
|
},
|
|
616
612
|
readme: "README.md"
|
|
617
613
|
};
|