File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Duplicate Style Check
2
+
3
+ This small tool checks for two cases of duplication so far:
4
+
5
+ - a rule's property has been defined before in the same media set
6
+ - a rule's property duplicates the value of the media query less rule
7
+
8
+ ## Usage
9
+
10
+ Run ` ilcd folder ` or skip the folder and link the cwd recursively. The following patterns are ignored:
11
+
12
+ - node_modules
13
+ - dist
14
+ - coverage
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @idrinth/duplicate-style-check" ,
3
- "version" : " 1.0.3 " ,
4
- "description" : " A linting tool trying to find duplicated stylings " ,
3
+ "version" : " 1.0.4 " ,
4
+ "description" : " A linting tool trying to find duplicated style rules " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"tsc" : " tsc -p tsconfig.json" ,
You can’t perform that action at this time.
0 commit comments