File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,19 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ v0.1.1] - 2024-01-17
9+
10+ ### Added
11+
12+ - New base rules to ensure that:
13+ - values are set in variables instead of in properties;
14+ - no important is used;
15+ - max nesting;
16+ - selector consistency.
17+
818## [ v0.1.0] - 2024-01-17
919
1020- First release
1121
22+ [ v0.1.1 ] : https://www.npmjs.com/package/@dipcode/stylelint-config/v/0.1.1
1223[ v0.1.0 ] : https://www.npmjs.com/package/@dipcode/stylelint-config/v/0.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @dipcode/stylelint-config" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Shareable stylelint config for CSS and SCSS, following Dipcode code style." ,
55 "main" : " ./src/config.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments