Skip to content

Commit 63b7227

Browse files
committed
add readme
1 parent bfd607d commit 63b7227

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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",
55
"type": "module",
66
"scripts": {
77
"tsc": "tsc -p tsconfig.json",

0 commit comments

Comments
 (0)