@art-ws/eslint 1.0.3 → 1.0.5

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/.eslintrc.yaml CHANGED
@@ -232,6 +232,9 @@ rules:
232
232
  require-unicode-regexp: ['off']
233
233
  arrow-body-style: ['off']
234
234
  prefer-spread: ['off']
235
+ complexity:
236
+ - error
237
+ - 50
235
238
  array-bracket-newline:
236
239
  - error
237
240
  - consistent