@dvukovic/style-guide 0.3.17 → 0.3.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvukovic/style-guide",
3
- "version": "0.3.17",
3
+ "version": "0.3.18",
4
4
  "description": "My own style guide",
5
5
  "repository": {
6
6
  "type": "git",
@@ -162,7 +162,7 @@ module.exports = {
162
162
  allowBoolean: false,
163
163
  allowNever: false,
164
164
  allowNullish: false,
165
- allowNumber: false,
165
+ allowNumber: true,
166
166
  allowRegExp: false,
167
167
  },
168
168
  ],