@mouse_484/eslint-config 1.3.1 → 1.4.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/CHANGELOG.md +8 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [@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
+
3
+
4
+ ### Features
5
+
6
+ * use pnpm ([7176ebe](https://github.com/mouse484/config/commit/7176ebe72468a0d1f994924b15e29624b3418925))
7
+
1
8
  # [@mouse_484/eslint-config-v1.3.1](https://github.com/mouse484/config/compare/@mouse_484/eslint-config-v1.3.0...@mouse_484/eslint-config-v1.3.1) (2023-01-08)
2
9
 
3
10
 
@@ -14,7 +21,6 @@
14
21
 
15
22
  # [@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)
16
23
 
17
-
18
24
  ### Features
19
25
 
20
- * default eslint rule ([aadce40](https://github.com/mouse484/config/commit/aadce40f2b22ad8c1e3e2bf4786e7cb0e26bf69c))
26
+ - 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.3.1",
3
+ "version": "1.4.0",
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": "*",
14
- "@mouse_484/eslint-config-import": "*",
15
- "@mouse_484/eslint-config-prettier": "*",
16
- "@mouse_484/eslint-config-typescript": "*",
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
17
  "eslint-plugin-import": "^2.26.0"
18
18
  }
19
19
  }