@icebreakers/eslint-config 0.3.9 → 0.3.10

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 +2 -14
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @icebreakers/eslint-config
2
2
 
3
- > extend [@antfu/eslint-config](https://www.npmjs.com/package/@antfu/eslint-config) and add `prettier` support!
3
+ > extend [@antfu/eslint-config](https://www.npmjs.com/package/@antfu/eslint-config) and add `tailwindcss` , `mdx` , and `prettier` format support!
4
4
 
5
5
  ## Usage
6
6
 
@@ -15,20 +15,8 @@ import { icebreaker } from '@icebreakers/eslint-config'
15
15
  export default icebreaker()
16
16
  ```
17
17
 
18
- or use with `prettier`:
19
-
20
- ```ts
21
- // eslint.config.mjs
22
- import { icebreaker } from '@icebreakers/eslint-config'
23
-
24
- export default icebreaker({
25
- prettier: true,
26
- stylistic: false,
27
- })
28
- ```
29
-
30
18
  ## VS Code support
31
19
 
32
20
  Install [VS Code ESLint extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
33
21
 
34
- Version: `^3.0.5` ( >=`3.0.5`)
22
+ Version: `^3.0.10` ( >=`3.0.10`)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@icebreakers/eslint-config",
3
3
  "type": "module",
4
- "version": "0.3.9",
4
+ "version": "0.3.10",
5
5
  "description": "icebreakers's eslint config",
6
6
  "author": "SonOfMagic <qq1324318532@gmail.com>",
7
7
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@antfu/eslint-config": "2.21.1",
36
+ "@antfu/eslint-config": "2.21.2",
37
37
  "eslint-plugin-format": "0.1.2",
38
38
  "eslint-plugin-mdx": "3.1.5",
39
39
  "eslint-plugin-tailwindcss": "3.17.4",