@mouse_484/eslint-config 1.4.0 → 1.5.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/CHANGELOG.md +16 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [@mouse_484/eslint-config-v1.5.1](https://github.com/mouse484/config/compare/@mouse_484/eslint-config-v1.5.0...@mouse_484/eslint-config-v1.5.1) (2023-01-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency eslint-plugin-import to ^2.27.4 ([b097d9b](https://github.com/mouse484/config/commit/b097d9b3f2d325323f30ba783f408980d45e00b8))
7
+
8
+ # [@mouse_484/eslint-config-v1.5.0](https://github.com/mouse484/config/compare/@mouse_484/eslint-config-v1.4.0...@mouse_484/eslint-config-v1.5.0) (2023-01-08)
9
+
10
+
11
+ ### Features
12
+
13
+ * use pnpm ([#66](https://github.com/mouse484/config/issues/66)) ([6190da7](https://github.com/mouse484/config/commit/6190da707abc66308bcf1c1c3b97874857cc982f))
14
+
1
15
  # [@mouse_484/eslint-config-v1.4.0](https://github.com/mouse484/config/compare/@mouse_484/eslint-config-v1.3.1...@mouse_484/eslint-config-v1.4.0) (2023-01-08)
2
16
 
3
17
 
@@ -21,6 +35,7 @@
21
35
 
22
36
  # [@mouse_484/eslint-config-v1.2.0](https://github.com/mouse484/config/compare/@mouse_484/eslint-config-v1.1.0...@mouse_484/eslint-config-v1.2.0) (2023-01-04)
23
37
 
38
+
24
39
  ### Features
25
40
 
26
- - default eslint rule ([aadce40](https://github.com/mouse484/config/commit/aadce40f2b22ad8c1e3e2bf4786e7cb0e26bf69c))
41
+ * default eslint rule ([aadce40](https://github.com/mouse484/config/commit/aadce40f2b22ad8c1e3e2bf4786e7cb0e26bf69c))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mouse_484/eslint-config",
3
- "version": "1.4.0",
3
+ "version": "1.5.1",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -10,10 +10,10 @@
10
10
  "eslint": "^8.31.0"
11
11
  },
12
12
  "dependencies": {
13
- "@mouse_484/eslint-config-base": "workspace:*",
14
- "@mouse_484/eslint-config-import": "workspace:*",
15
- "@mouse_484/eslint-config-prettier": "workspace:*",
16
- "@mouse_484/eslint-config-typescript": "workspace:*",
17
- "eslint-plugin-import": "^2.26.0"
13
+ "@mouse_484/eslint-config-base": "*",
14
+ "@mouse_484/eslint-config-import": "*",
15
+ "@mouse_484/eslint-config-prettier": "*",
16
+ "@mouse_484/eslint-config-typescript": "*",
17
+ "eslint-plugin-import": "^2.27.4"
18
18
  }
19
19
  }