@picovoice/eagle-web 0.1.2 → 1.0.0

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.js CHANGED
@@ -148,7 +148,7 @@ module.exports = {
148
148
  // disallow division operators explicitly at beginning of regular expression
149
149
  'no-div-regex': 2,
150
150
  // disallow else after a return in an if
151
- 'no-else-return': 2,
151
+ 'no-else-return': 0,
152
152
  // disallow use of empty destructuring patterns
153
153
  'no-empty-pattern': 2,
154
154
  // disallow comparisons to null without a type-checking operator