@aiou/eslint-config 0.9.0 → 0.10.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 +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -25,6 +25,8 @@ eslint-config-standard
25
25
  eslint-plugin-eslint-comments
26
26
  eslint-plugin-html
27
27
  eslint-plugin-import
28
+ eslint-plugin-simple-import-sort
29
+ eslint-plugin-import-newlines
28
30
  eslint-plugin-unused-imports
29
31
  eslint-plugin-jsonc
30
32
  eslint-plugin-n (forked eslint-plugin-node)
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@aiou/eslint-config",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
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.12",
19
+ "@aiou/eslint-config-react": "0.6.14",
20
20
  "@aiou/eslint-ignore": "0.3.2",
21
21
  "@aiou/eslint-plugin-progress": "0.3.1"
22
22
  },