@mimik/local 7.0.7 → 7.0.8

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.
@@ -53,7 +53,7 @@ export default [
53
53
  'max-lines-per-function': ['warn', { max: MAX_LINES_IN_FUNCTION, skipComments: true }],
54
54
  'max-params': ['error', MAX_FUNCTION_PARAMETERS],
55
55
  'max-statements': ['warn', MAX_STATEMENTS_IN_FUNCTION],
56
- 'no-confusing-arrow': ['off'], // arrow isnt confusing
56
+ 'no-confusing-arrow': ['off'], // arrow isn't confusing
57
57
  'no-inline-comments': ['off'],
58
58
  'no-magic-numbers': ['error', {
59
59
  ignore: ALLOWED_CONSTANTS,
package/eslint.config.js CHANGED
@@ -51,7 +51,7 @@ export default [
51
51
  'max-lines-per-function': ['warn', { max: MAX_LINES_IN_FUNCTION, skipComments: true }],
52
52
  'max-params': ['error', MAX_FUNCTION_PARAMETERS],
53
53
  'max-statements': ['warn', MAX_STATEMENTS_IN_FUNCTION],
54
- 'no-confusing-arrow': ['off'], // arrow isnt confusing
54
+ 'no-confusing-arrow': ['off'], // arrow isn't confusing
55
55
  'no-inline-comments': ['off'],
56
56
  'no-process-env': ['error'],
57
57
  'no-ternary': ['off'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimik/local",
3
- "version": "7.0.7",
3
+ "version": "7.0.8",
4
4
  "description": "Local setup configuration for normal and test opreration",
5
5
  "main": "./index.js",
6
6
  "type": "module",