@xiaohe01/stylelint-config 0.0.3 → 1.0.1

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/README.md CHANGED
@@ -60,7 +60,7 @@ For more information, please refer to [stylelint](https://stylelint.io).
60
60
  ### 🐶 Discussion & Communication
61
61
 
62
62
  - ❓:For questions or bug feedback, you can submit an [issues](https://github.com/xiaohe0601/xiaohe-stylelint-config/issues)
63
- and PRs are welcome~
63
+ and PR are welcome
64
64
  - 📫:[xiaohe0601@outlook.com](mailto:xiaohe0601@outlook.com)
65
65
  - 🐧:Not yet available
66
66
 
@@ -68,28 +68,15 @@ For more information, please refer to [stylelint](https://stylelint.io).
68
68
 
69
69
  - MIT [LICENSE](./LICENSE)
70
70
 
71
- <!-- Badges -->
72
-
73
71
  [github-stars-src]: https://img.shields.io/github/stars/xiaohe0601/xiaohe-stylelint-config?style=flat&colorA=080f12&colorB=1fa669&logo=GitHub
74
-
75
72
  [github-stars-href]: https://github.com/xiaohe0601/xiaohe-stylelint-config
76
-
77
73
  [npm-version-src]: https://img.shields.io/npm/v/@xiaohe01/stylelint-config?style=flat&colorA=080f12&colorB=1fa669
78
-
79
74
  [npm-version-href]: https://npmjs.com/package/@xiaohe01/stylelint-config
80
-
81
75
  [npm-downloads-src]: https://img.shields.io/npm/dm/@xiaohe01/stylelint-config?style=flat&colorA=080f12&colorB=1fa669
82
-
83
76
  [npm-downloads-href]: https://npmjs.com/package/@xiaohe01/stylelint-config
84
-
85
77
  [bundle-src]: https://img.shields.io/bundlephobia/minzip/@xiaohe01/stylelint-config?style=flat&colorA=080f12&colorB=1fa669&label=minzip
86
-
87
78
  [bundle-href]: https://bundlephobia.com/result?p=@xiaohe01/stylelint-config
88
-
89
79
  [jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
90
-
91
80
  [jsdocs-href]: https://www.jsdocs.io/package/@xiaohe01/stylelint-config
92
-
93
81
  [license-src]: https://img.shields.io/github/license/xiaohe0601/xiaohe-stylelint-config.svg?style=flat&colorA=080f12&colorB=1fa669
94
-
95
82
  [license-href]: https://github.com/xiaohe0601/xiaohe-stylelint-config/blob/main/LICENSE
package/dist/index.cjs CHANGED
@@ -73,6 +73,7 @@ function buildRules(options) {
73
73
  "font-family-name-quotes": null,
74
74
  "no-descending-specificity": null,
75
75
  "custom-property-empty-line-before": null,
76
+ "declaration-property-value-no-unknown": null,
76
77
  "font-family-no-missing-generic-family-keyword": null
77
78
  };
78
79
  if (enableScss) {
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { Plugin, ConfigRuleSettings, Config } from 'stylelint';
1
+ import { Config, Plugin, ConfigRuleSettings } from 'stylelint';
2
2
 
3
3
  declare const SCSS_PACKAGES: string[];
4
4
  declare const VUE_PACKAGES: string[];
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { Plugin, ConfigRuleSettings, Config } from 'stylelint';
1
+ import { Config, Plugin, ConfigRuleSettings } from 'stylelint';
2
2
 
3
3
  declare const SCSS_PACKAGES: string[];
4
4
  declare const VUE_PACKAGES: string[];
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Plugin, ConfigRuleSettings, Config } from 'stylelint';
1
+ import { Config, Plugin, ConfigRuleSettings } from 'stylelint';
2
2
 
3
3
  declare const SCSS_PACKAGES: string[];
4
4
  declare const VUE_PACKAGES: string[];
package/dist/index.mjs CHANGED
@@ -71,6 +71,7 @@ function buildRules(options) {
71
71
  "font-family-name-quotes": null,
72
72
  "no-descending-specificity": null,
73
73
  "custom-property-empty-line-before": null,
74
+ "declaration-property-value-no-unknown": null,
74
75
  "font-family-no-missing-generic-family-keyword": null
75
76
  };
76
77
  if (enableScss) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xiaohe01/stylelint-config",
3
3
  "type": "module",
4
- "version": "0.0.3",
4
+ "version": "1.0.1",
5
5
  "description": "🤚 Stylelint config preset for xiaohe",
6
6
  "author": "xiaohe0601 <xiaohe0601@outlook.com>",
7
7
  "license": "MIT",
@@ -38,21 +38,21 @@
38
38
  "dist"
39
39
  ],
40
40
  "dependencies": {
41
- "local-pkg": "^0.5.1",
41
+ "local-pkg": "^1.1.0",
42
42
  "lodash-es": "^4.17.21",
43
- "postcss-html": "^1.7.0",
43
+ "postcss-html": "^1.8.0",
44
44
  "postcss-scss": "^4.0.9",
45
45
  "stylelint-config-html": "^1.1.0",
46
- "stylelint-config-recess-order": "^5.1.1",
47
- "stylelint-config-recommended": "^14.0.1",
48
- "stylelint-config-recommended-vue": "^1.5.0",
49
- "stylelint-config-standard": "^36.0.1",
46
+ "stylelint-config-recess-order": "^6.0.0",
47
+ "stylelint-config-recommended": "^15.0.0",
48
+ "stylelint-config-recommended-vue": "^1.6.0",
49
+ "stylelint-config-standard": "^37.0.0",
50
50
  "stylelint-config-standard-scss": "^14.0.0",
51
51
  "stylelint-order": "^6.0.4"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/lodash-es": "^4.17.12",
55
- "stylelint": "^16.11.0"
55
+ "stylelint": "^16.14.1"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "unbuild"