@aiou/eslint-config 0.7.0 → 0.7.2

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 -4
package/README.md CHANGED
@@ -31,6 +31,7 @@ eslint-plugin-promise
31
31
  eslint-plugin-unicorn
32
32
  eslint-plugin-yml
33
33
  eslint-plugin-react
34
+ @next/eslint-plugin-next (enabled when next found)
34
35
  eslint-plugin-react-hooks
35
36
  eslint-plugin-tailwindcss
36
37
  @typescript-eslint/eslint-plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiou/eslint-config",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
4
4
  "description": "eslint config for aiou template",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -13,11 +13,10 @@
13
13
  "access": "public"
14
14
  },
15
15
  "peerDependencies": {
16
- "eslint": ">=7.4.0",
17
- "prettier": ">=2.2.1"
16
+ "eslint": ">=7.4.0 || ^8"
18
17
  },
19
18
  "dependencies": {
20
- "@aiou/eslint-config-react": "0.6.0",
19
+ "@aiou/eslint-config-react": "0.6.1",
21
20
  "@aiou/eslint-ignore": "0.3.2",
22
21
  "@aiou/eslint-plugin-progress": "0.3.1"
23
22
  },