@unocss/eslint-config 0.49.7 → 0.50.0

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 +0 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  ESLint config for UnoCSS.
4
4
 
5
- **Currently working in progress, breaking changes may NOT follow semver.**
6
-
7
5
  ## Installation
8
6
 
9
7
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/eslint-config",
3
- "version": "0.49.7",
3
+ "version": "0.50.0",
4
4
  "description": "ESLint config for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  "node": ">=14"
37
37
  },
38
38
  "dependencies": {
39
- "@unocss/eslint-plugin": "0.49.7"
39
+ "@unocss/eslint-plugin": "0.50.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "unbuild",