@mscharley/eslint-config 1.8.0 → 1.8.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.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,18 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
3
  "entries": [
4
+ {
5
+ "version": "1.8.1",
6
+ "tag": "@mscharley/eslint-config_v1.8.1",
7
+ "date": "Wed, 02 Mar 2022 00:53:04 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "fix: add required package dependencies"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "1.8.0",
6
18
  "tag": "@mscharley/eslint-config_v1.8.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @mscharley/eslint-config
2
2
 
3
- This log was last generated on Wed, 02 Mar 2022 00:45:39 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 02 Mar 2022 00:53:04 GMT and should not be manually modified.
4
+
5
+ ## 1.8.1
6
+ Wed, 02 Mar 2022 00:53:04 GMT
7
+
8
+ ### Patches
9
+
10
+ - fix: add required package dependencies
4
11
 
5
12
  ## 1.8.0
6
13
  Wed, 02 Mar 2022 00:45:39 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "ESLint presets that I use a lot",
5
5
  "main": "index.json",
6
6
  "scripts": {
@@ -52,6 +52,8 @@
52
52
  "eslint-plugin-deprecation": "^1.3.2",
53
53
  "eslint-plugin-node": "^11.1.0",
54
54
  "eslint-plugin-prettier": "^4.0.0",
55
+ "eslint-plugin-react": "^7.29.2",
56
+ "eslint-plugin-react-hooks": "^4.3.0",
55
57
  "prettier": "^2.5.1",
56
58
  "lint-staged": "~12.3.4",
57
59
  "typescript": "~4.6.2",