@aiou/eslint-config 0.9.1 → 0.11.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 +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,6 +25,9 @@ eslint-config-standard
25
25
  eslint-plugin-eslint-comments
26
26
  eslint-plugin-html
27
27
  eslint-plugin-import
28
+ eslint-plugin-markdown
29
+ eslint-plugin-simple-import-sort
30
+ eslint-plugin-import-newlines
28
31
  eslint-plugin-unused-imports
29
32
  eslint-plugin-jsonc
30
33
  eslint-plugin-n (forked eslint-plugin-node)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiou/eslint-config",
3
- "version": "0.9.1",
3
+ "version": "0.11.0",
4
4
  "description": "eslint config for aiou template",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -16,7 +16,7 @@
16
16
  "eslint": ">=7.4.0 || ^8"
17
17
  },
18
18
  "dependencies": {
19
- "@aiou/eslint-config-react": "0.6.13",
19
+ "@aiou/eslint-config-react": "0.6.15",
20
20
  "@aiou/eslint-ignore": "0.3.2",
21
21
  "@aiou/eslint-plugin-progress": "0.3.1"
22
22
  },