@10stars/config 5.2.0 → 5.2.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/.eslintrc.js +8 -8
  2. package/package.json +1 -1
package/.eslintrc.js CHANGED
@@ -135,14 +135,14 @@ module.exports = {
135
135
  /**
136
136
  * Hooks
137
137
  */
138
- "@10stars/react-hooks/rules-of-hooks": type.error,
139
- "@10stars/react-hooks/exhaustive-deps": [
140
- type.warning,
141
- {
142
- additionalHooks: `(${reactUseHooks.join(`|`)})`,
143
- ignoreThisDependency: `always`,
144
- },
145
- ],
138
+ // "@10stars/react-hooks/rules-of-hooks": type.error,
139
+ // "@10stars/react-hooks/exhaustive-deps": [
140
+ // type.warning,
141
+ // {
142
+ // additionalHooks: `(${reactUseHooks.join(`|`)})`,
143
+ // ignoreThisDependency: `always`,
144
+ // },
145
+ // ],
146
146
  /**
147
147
  * TypeScript
148
148
  * List of ignored (not recommended) rules we also explored:
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "name": "@10stars/config",
7
7
  "description": "10stars.dev Shareable Configs",
8
- "version": "5.2.0",
8
+ "version": "5.2.1",
9
9
  "author": "10stars.dev <web@alexandrov.co> (https://alexandrov.co)",
10
10
  "keywords": [
11
11
  "config"