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.
- package/README.md +4 -0
- 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
|