@davidsneighbour/stylelint-config 4.0.7 → 4.0.8
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 +20 -19
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -69,29 +69,30 @@ npm run stylelint:config
|
|
|
69
69
|
|
|
70
70
|
To be written ...
|
|
71
71
|
|
|
72
|
-
|
|
72
|
+
<!-- CONFIGURATIONS BEGIN -->
|
|
73
73
|
|
|
74
|
-
## davidsneighbour/
|
|
74
|
+
## davidsneighbour/configurations
|
|
75
75
|
|
|
76
76
|
A collection of configurations for website development at DNB Org.
|
|
77
77
|
|
|
78
78
|
<!-- prettier-ignore -->
|
|
79
|
-
|
|
|
80
|
-
|
|
|
81
|
-
| [babel-config](https://github.com/davidsneighbour/configurations/tree/main/packages/babel-config)
|
|
82
|
-
| [bootstrap-config](https://github.com/davidsneighbour/configurations/tree/main/packages/bootstrap-config)
|
|
83
|
-
| [browserslist-config](https://github.com/davidsneighbour/configurations/tree/main/packages/browserslist-config)
|
|
84
|
-
| [commitlint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/commitlint-config)
|
|
85
|
-
| [cssnano-config](https://github.com/davidsneighbour/configurations/tree/main/packages/cssnano-config)
|
|
86
|
-
| [cypress-config](https://github.com/davidsneighbour/configurations/tree/main/packages/cypress-config)
|
|
87
|
-
| [eslint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/eslint-config)
|
|
88
|
-
| [
|
|
89
|
-
| [
|
|
90
|
-
| [
|
|
79
|
+
|Package | Description |
|
|
80
|
+
| --- | --- |
|
|
81
|
+
| [babel-config](https://github.com/davidsneighbour/configurations/tree/main/packages/babel-config) | [Babel](https://babeljs.io/) configuration |
|
|
82
|
+
| [bootstrap-config](https://github.com/davidsneighbour/configurations/tree/main/packages/bootstrap-config) | [Bootstrap](https://getbootstrap.com/) configuration |
|
|
83
|
+
| [browserslist-config](https://github.com/davidsneighbour/configurations/tree/main/packages/browserslist-config) | [Browserslist](https://github.com/browserslist/browserslist) configuration |
|
|
84
|
+
| [commitlint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/commitlint-config) | [Commitlint](https://github.com/conventional-changelog/commitlint) configuration |
|
|
85
|
+
| [cssnano-config](https://github.com/davidsneighbour/configurations/tree/main/packages/cssnano-config) | [CSSnano](https://cssnano.co/) configuration |
|
|
86
|
+
| [cypress-config](https://github.com/davidsneighbour/configurations/tree/main/packages/cypress-config) | [Cypress](https://www.cypress.io/) configuration |
|
|
87
|
+
| [eslint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/eslint-config) | [ESLint](https://github.com/eslint/eslint) configuration |
|
|
88
|
+
| [htmlvalidate-config](https://github.com/davidsneighbour/configurations/tree/main/packages/htmlvalidate-config) | [HTMLValidate](https://html-validate.org/) configuration |
|
|
89
|
+
| [postcss-config](https://github.com/davidsneighbour/configurations/tree/main/packages/postcss-config) | [PostCSS](https://postcss.org/) configuration |
|
|
90
|
+
| [prettier-config](https://github.com/davidsneighbour/configurations/tree/main/packages/prettier-config) | [Prettier](https://prettier.io/) configuration |
|
|
91
|
+
| [remark-config](https://github.com/davidsneighbour/configurations/tree/main/packages/remark-config) | [ReMark](https://github.com/remarkjs/remark-lint) configuration |
|
|
91
92
|
| [standard-version-config](https://github.com/davidsneighbour/configurations/tree/main/packages/standard-version-config) | [Standard Version](https://github.com/conventional-changelog/standard-version) configuration |
|
|
92
|
-
| [stylelint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/stylelint-config)
|
|
93
|
-
| [textlint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/textlint-config)
|
|
94
|
-
| [webpack-config](https://github.com/davidsneighbour/configurations/tree/main/packages/webpack-config)
|
|
95
|
-
| [tools](https://github.com/davidsneighbour/configurations/tree/main/packages/tools)
|
|
93
|
+
| [stylelint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/stylelint-config) | [StyleLint](https://github.com/stylelint/stylelint) configuration |
|
|
94
|
+
| [textlint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/textlint-config) | [TextLint](https://github.com/textlint/textlint) configuration |
|
|
95
|
+
| [webpack-config](https://github.com/davidsneighbour/configurations/tree/main/packages/webpack-config) | [Webpack](https://webpack.js.org/) configuration |
|
|
96
|
+
| [tools](https://github.com/davidsneighbour/configurations/tree/main/packages/tools) | Tools |
|
|
96
97
|
|
|
97
|
-
|
|
98
|
+
<!-- CONFIGURATIONS END -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@davidsneighbour/stylelint-config",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Stylelint configuration for use in davidsneighbour projects.",
|
|
6
6
|
"author": {
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"url": "https://github.com/davidsneighbour/configurations/issues"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"stylelint": "^14.
|
|
17
|
+
"stylelint": "^14.9.1",
|
|
18
18
|
"stylelint-config-sass-guidelines": "^9.0.1",
|
|
19
|
-
"stylelint-config-standard": "^
|
|
19
|
+
"stylelint-config-standard": "^26.0.0",
|
|
20
20
|
"stylelint-no-unsupported-browser-features": "^5.0.3",
|
|
21
21
|
"stylelint-order": "^5.0.0"
|
|
22
22
|
},
|
|
23
23
|
"main": "index.js",
|
|
24
|
-
"
|
|
24
|
+
"scripts": {
|
|
25
25
|
"release": "../../release"
|
|
26
26
|
}
|
|
27
27
|
}
|