@davidsneighbour/stylelint-config 5.1.3 → 5.1.4

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.1.4](https://github.com/davidsneighbour/configurations/compare/v5.1.3...v5.1.4) (2023-03-19)
7
+
8
+ **Note:** Version bump only for package @davidsneighbour/stylelint-config
9
+
10
+
11
+
12
+
13
+
6
14
  ## [5.1.3](https://github.com/davidsneighbour/configurations/compare/v5.1.2...v5.1.3) (2023-03-19)
7
15
 
8
16
  **Note:** Version bump only for package @davidsneighbour/stylelint-config
package/index.js CHANGED
@@ -179,9 +179,7 @@ const config = {
179
179
  "no-invalid-double-slash-comments": true,
180
180
  "no-invalid-position-at-import-rule": true,
181
181
  "no-irregular-whitespace": true,
182
- "number-leading-zero": "always",
183
182
  "number-max-precision": 4,
184
- "number-no-trailing-zeros": true,
185
183
  "plugin/no-unsupported-browser-features": [
186
184
  true,
187
185
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@davidsneighbour/stylelint-config",
3
3
  "description": "Stylelint configuration for use in @davidsneighbour projects.",
4
- "version": "5.1.3",
4
+ "version": "5.1.4",
5
5
  "license": "MIT",
6
6
  "repository": "davidsneighbour/configurations",
7
7
  "author": {
@@ -28,5 +28,5 @@
28
28
  "node": ">=18.12.1",
29
29
  "npm": ">=8.19.2"
30
30
  },
31
- "gitHead": "ad01589ad1ab1dce27b0feec9b0dafdc94acb2fe"
31
+ "gitHead": "a1c427a6197c6d0015ee76c7e9230b471fe61dda"
32
32
  }