eslint-plugin-tailwind-palette-guard 0.1.2 → 0.1.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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -204,6 +204,10 @@ Flags inline `style` attributes that set color CSS properties with literal value
204
204
  | `recommended` | `no-palette-colors: warn` |
205
205
  | `strict` | `no-palette-colors: warn` + `no-inline-color-styles: warn` |
206
206
 
207
+ ## Changelog
208
+
209
+ See [CHANGELOG.md](CHANGELOG.md) for a list of changes in each release.
210
+
207
211
  ## License
208
212
 
209
213
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-tailwind-palette-guard",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "ESLint plugin that flags hardcoded Tailwind palette colors in favor of semantic design tokens",
5
5
  "keywords": [
6
6
  "eslint",