@phaicom/eslint-config 0.1.3 → 0.1.4

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 +8 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,8 +8,14 @@ phaicom's ESLint configuration.
8
8
  - Modified rules including unicorn, stylistic, Vue, etc.
9
9
  - Integrated with [eslint-plugin-readable-tailwind](https://github.com/schoero/eslint-plugin-readable-tailwind).
10
10
 
11
- ## Usage
12
- To enable Tailwind just set the **tailwind** flag to true.
11
+ ## Usage with tailwind
12
+ Start by install **eslint-plugin-readable-tailwind**
13
+
14
+ ```bash
15
+ pnpm install -D eslint-plugin-readable-tailwind@beta
16
+ ```
17
+
18
+ And set the **tailwind** flag to true.
13
19
 
14
20
  ```js
15
21
  import phaicom from '@phaicom/eslint-config'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@phaicom/eslint-config",
3
3
  "type": "module",
4
- "version": "0.1.3",
4
+ "version": "0.1.4",
5
5
  "description": "Phaicom's config based on @antfu/eslint-config",
6
6
  "author": "Reawpai Chunsoi <reawpai.chunsoi@gmail.com> (https://github.com/phaicom)",
7
7
  "license": "MIT",