esmate 1.0.4 → 1.0.5
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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,6 +26,9 @@ export default defineConfig({
|
|
|
26
26
|
});
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
+
Check out [@esmate/prettier](https://www.npmjs.com/package/@esmate/prettier) to see all available options for Tailwind,
|
|
30
|
+
React, Vue, Astro, Svelte, and more.
|
|
31
|
+
|
|
29
32
|
Run Prettier to format your code:
|
|
30
33
|
|
|
31
34
|
```bash
|
|
@@ -52,6 +55,9 @@ export default defineConfig({
|
|
|
52
55
|
});
|
|
53
56
|
```
|
|
54
57
|
|
|
58
|
+
Check out [@esmate/eslint](https://www.npmjs.com/package/@esmate/eslint) to see all available options for Tailwind,
|
|
59
|
+
React, Vue, Astro, Svelte, and more.
|
|
60
|
+
|
|
55
61
|
Run ESLint to check for code issues:
|
|
56
62
|
|
|
57
63
|
```bash
|