stylelint-config-ccb 3.13.1 → 3.13.2

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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1 +1,3 @@
1
1
  An opinionated stylelint-config which uses both stylelint-config-standard and prettier. In addition to many more stricter rules to reduce potential issues as much as possible.
2
+
3
+ This project is tested with BrowserStack.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stylelint-config-ccb",
3
- "version": "3.13.1",
3
+ "version": "3.13.2",
4
4
  "description": "Stylelint config which extends stylelint-config-standard",
5
5
  "keywords": [
6
6
  "stylelint",
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "eslint": "^8.57.0",
53
- "eslint-config-ccb": "^0.17.0",
53
+ "eslint-config-ccb": "^0.17.1",
54
54
  "stylelint": "^16.2.1",
55
55
  "vitest": "^1.3.1"
56
56
  },