@alexlit/config-stylelint 45.0.2 → 45.1.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/index.js +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -84,7 +84,7 @@ const createPluginsList = (plugins = {}) => {
|
|
|
84
84
|
* Create stylelint config
|
|
85
85
|
*
|
|
86
86
|
* @param {PLUGINS} plugins Enabled/disabled plugins list
|
|
87
|
-
* @param {import('stylelint').Config} options Stylelint
|
|
87
|
+
* @param {import('stylelint').Config} options Stylelint options
|
|
88
88
|
*/
|
|
89
89
|
const createConfig = (plugins = {}, options = {}) => ({
|
|
90
90
|
...options,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-stylelint",
|
|
3
|
-
"version": "45.
|
|
3
|
+
"version": "45.1.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Stylelint config",
|
|
6
6
|
"keywords": [
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@double-great/stylelint-a11y": "^3.0.2",
|
|
37
|
-
"postcss": "^8.4.
|
|
37
|
+
"postcss": "^8.4.37",
|
|
38
38
|
"postcss-html": "^1.6.0",
|
|
39
39
|
"prettier": "^3.2.5",
|
|
40
40
|
"stylelint": "^16.2.1",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"stylelint-no-unresolved-module": "^2.2.2",
|
|
52
52
|
"stylelint-no-unsupported-browser-features": "^8.0.1",
|
|
53
53
|
"stylelint-order": "^6.0.4",
|
|
54
|
-
"stylelint-plugin-logical-css": "^1.
|
|
54
|
+
"stylelint-plugin-logical-css": "^1.2.0",
|
|
55
55
|
"stylelint-prettier": "^5.0.0",
|
|
56
56
|
"stylelint-scss": "^6.2.1",
|
|
57
57
|
"stylelint-selector-no-empty": "^1.0.9",
|