superscriptjs/sfacts

View on GitHub
.eslintrc

Summary

Maintainability
Test Coverage
---
extends:
  airbnb

rules:
  no-plusplus: [2, { allowForLoopAfterthoughts: true }]
  handle-callback-err: [2, "^(err|error)$" ]