@aiou/eslint-config 0.8.3 → 0.9.1

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 +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -25,6 +25,7 @@ eslint-config-standard
25
25
  eslint-plugin-eslint-comments
26
26
  eslint-plugin-html
27
27
  eslint-plugin-import
28
+ eslint-plugin-unused-imports
28
29
  eslint-plugin-jsonc
29
30
  eslint-plugin-n (forked eslint-plugin-node)
30
31
  eslint-plugin-promise
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@aiou/eslint-config",
3
- "version": "0.8.3",
3
+ "version": "0.9.1",
4
4
  "description": "eslint config for aiou template",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "author": "JW <jiangweixian1994@gmail.com> (https://github.com/jiangweixian/)",
8
- "main": "index.js",
9
8
  "files": [
10
9
  "index.js"
11
10
  ],
11
+ "main": "index.js",
12
12
  "publishConfig": {
13
13
  "access": "public"
14
14
  },
@@ -16,7 +16,7 @@
16
16
  "eslint": ">=7.4.0 || ^8"
17
17
  },
18
18
  "dependencies": {
19
- "@aiou/eslint-config-react": "0.6.11",
19
+ "@aiou/eslint-config-react": "0.6.13",
20
20
  "@aiou/eslint-ignore": "0.3.2",
21
21
  "@aiou/eslint-plugin-progress": "0.3.1"
22
22
  },