@vyriy/stylelint-config 0.4.1 → 0.4.3

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.
Files changed (3) hide show
  1. package/README.md +4 -1
  2. package/index.js +2 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -65,8 +65,11 @@ The shared config ignores common generated and dependency directories:
65
65
  - `build/**`
66
66
  - `dist/**`
67
67
  - `node_modules/**`
68
+ - `coverage/**`
69
+ - `storybook-static/**`
70
+ - `consumer/**`
68
71
 
69
- Project-specific generated output, such as `coverage/**` or framework-specific output directories, should be ignored in the consumer config when needed.
72
+ Project-specific generated output, such as framework-specific output directories, should be ignored in the consumer config when needed.
70
73
 
71
74
  ## API
72
75
 
package/index.js CHANGED
@@ -17,6 +17,8 @@ const config = {
17
17
  'dist/**',
18
18
  'node_modules/**',
19
19
  'coverage/**',
20
+ 'storybook-static/**',
21
+ 'consumer/**',
20
22
  ],
21
23
  plugins,
22
24
  rules: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vyriy/stylelint-config",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "Shared Stylelint config for Vyriy projects",
5
5
  "type": "module",
6
6
  "dependencies": {