We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5e828 commit eb1938eCopy full SHA for eb1938e
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [6.0.0](https://github.com/atolye15/stylelint-config/compare/v5.1.0...v6.0.0) (2025-03-17)
4
+
5
6
+### ⚠ BREAKING CHANGES
7
8
+* `prettier` should be installed
9
10
+### Features
11
12
+* implement prettier and remove conflicting rules ([e6904e4](https://github.com/atolye15/stylelint-config/commit/e6904e49cc31893c3bd35c767dc7c68d50c3c7ff))
13
14
## [5.1.0](https://github.com/atolye15/stylelint-config/compare/v5.0.1...v5.1.0) (2025-03-13)
15
16
package.json
@@ -1,6 +1,6 @@
{
"name": "@atolye15/stylelint-config",
- "version": "5.1.0",
+ "version": "6.0.0",
"description": "Atölye15 shareable config for stylelint.",
"main": "index.js",
"keywords": [
0 commit comments