esmate 1.0.6 → 1.0.7
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 +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -30,16 +30,16 @@ export default defineConfig({
|
|
|
30
30
|
Check out [@esmate/prettier](https://www.npmjs.com/package/@esmate/prettier) to see all available options for Tailwind,
|
|
31
31
|
React, Vue, Astro, Svelte, and more.
|
|
32
32
|
|
|
33
|
-
Run Prettier to
|
|
33
|
+
Run Prettier to check your code:
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
esmate fmt
|
|
36
|
+
esmate fmt --check
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
Automatically fix formatting issues:
|
|
40
40
|
|
|
41
41
|
```bash
|
|
42
|
-
esmate fmt
|
|
42
|
+
esmate fmt
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
### Lint Code
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "esmate",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
5
5
|
"description": "Uncomplicate JavaScript",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"es-toolkit": "^1.35.0",
|
|
40
40
|
"find-up": "^7.0.0",
|
|
41
41
|
"nypm": "^0.6.0",
|
|
42
|
-
"@esmate/
|
|
43
|
-
"@esmate/
|
|
42
|
+
"@esmate/prettier": "1.0.3",
|
|
43
|
+
"@esmate/eslint": "1.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@rslib/core": "^0.7.1",
|