@davidsneighbour/stylelint-config 4.0.2 → 4.0.5

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.
Files changed (2) hide show
  1. package/README.md +19 -19
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -36,9 +36,9 @@ Add scripts to your package.json:
36
36
  ```json
37
37
  {
38
38
  "scripts": {
39
- "stylelint": "stylelint assets/scss/",
40
- "stylelint:fix": "stylelint assets/scss/ --fix",
41
- "stylelint:config": "stylelint --print-config index.js"
39
+ "lint:styles": "stylelint assets/scss/",
40
+ "lint:styles:fix": "stylelint assets/scss/ --fix",
41
+ "lint:styles:config": "stylelint --print-config index.js"
42
42
  }
43
43
  }
44
44
  ```
@@ -76,22 +76,22 @@ To be written ...
76
76
  A collection of configurations for website development at DNB Org.
77
77
 
78
78
  <!-- prettier-ignore -->
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
- | [postcss-config](https://github.com/davidsneighbour/configurations/tree/main/packages/postcss-config) | [PostCSS](https://postcss.org/) configuration |
89
- | [prettier-config](https://github.com/davidsneighbour/configurations/tree/main/packages/prettier-config) | [Prettier](https://prettier.io/) configuration |
90
- | [remark-config](https://github.com/davidsneighbour/configurations/tree/main/packages/remark-config) | [ReMark](https://github.com/remarkjs/remark-lint) configuration |
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
+ | [postcss-config](https://github.com/davidsneighbour/configurations/tree/main/packages/postcss-config) | [PostCSS](https://postcss.org/) configuration |
89
+ | [prettier-config](https://github.com/davidsneighbour/configurations/tree/main/packages/prettier-config) | [Prettier](https://prettier.io/) configuration |
90
+ | [remark-config](https://github.com/davidsneighbour/configurations/tree/main/packages/remark-config) | [ReMark](https://github.com/remarkjs/remark-lint) configuration |
91
91
  | [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) | [StyleLint](https://github.com/stylelint/stylelint) configuration |
93
- | [textlint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/textlint-config) | [TextLint](https://github.com/textlint/textlint) configuration |
94
- | [webpack-config](https://github.com/davidsneighbour/configurations/tree/main/packages/webpack-config) | [Webpack](https://webpack.js.org/) configuration |
95
- | [tools](https://github.com/davidsneighbour/configurations/tree/main/packages/tools) | Tools |
92
+ | [stylelint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/stylelint-config) | [StyleLint](https://github.com/stylelint/stylelint) configuration |
93
+ | [textlint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/textlint-config) | [TextLint](https://github.com/textlint/textlint) configuration |
94
+ | [webpack-config](https://github.com/davidsneighbour/configurations/tree/main/packages/webpack-config) | [Webpack](https://webpack.js.org/) configuration |
95
+ | [tools](https://github.com/davidsneighbour/configurations/tree/main/packages/tools) | Tools |
96
96
 
97
97
  <!--- CONFIGURATIONS END --->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@davidsneighbour/stylelint-config",
3
- "version": "4.0.2",
3
+ "version": "4.0.5",
4
4
  "license": "MIT",
5
5
  "description": "Stylelint configuration for use in davidsneighbour projects.",
6
6
  "author": {
@@ -14,7 +14,7 @@
14
14
  "url": "https://github.com/davidsneighbour/configurations/issues"
15
15
  },
16
16
  "dependencies": {
17
- "stylelint": "^14.8.1",
17
+ "stylelint": "^14.8.4",
18
18
  "stylelint-config-sass-guidelines": "^9.0.1",
19
19
  "stylelint-config-standard": "^25.0.0",
20
20
  "stylelint-no-unsupported-browser-features": "^5.0.3",
@@ -24,7 +24,7 @@
24
24
  "node": ">=16",
25
25
  "npm": ">=7"
26
26
  },
27
- "gitHead": "3eeac29d99dd2c79eec6484bcf0d60eaafb849f6",
27
+ "gitHead": "fe9cd8e5c69f88f9b1aee4f0a8f0bfbfa4be842f",
28
28
  "keywords": [
29
29
  "stylelint",
30
30
  "stylelint-config"