@kitschpatrol/stylelint-config 1.0.0 → 1.0.1
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.
- package/package.json +1 -1
- package/readme.md +5 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -19,7 +19,7 @@ To use just this Stylelint config in isolation:
|
|
|
19
19
|
2. Add the package:
|
|
20
20
|
|
|
21
21
|
```sh
|
|
22
|
-
pnpm add @kitschpatrol/stylelint-config
|
|
22
|
+
pnpm add -D @kitschpatrol/stylelint-config
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
3. Add the starter `.stylelintrc.cjs` file to your project root, and add any customizations you'd like:
|
|
@@ -42,3 +42,7 @@ Integrate with your `package.json` scripts as you see fit, for example:
|
|
|
42
42
|
}
|
|
43
43
|
...
|
|
44
44
|
```
|
|
45
|
+
|
|
46
|
+
## Notes
|
|
47
|
+
|
|
48
|
+
Ignores files in `.gitignore`
|