UNPKG

loopback-auditz

Version:

Adds comprehensive audit trail functionality to Loopback by keeping track of who created/modified/deleted data and when they did it, and adds a revisions model compatible with Sofa/Revisionable for PHP (https://github.com/jarektkaczyk/revisionable)

11 lines 178 B
{ "extends": "airbnb/base", "ecmaFeatures": { "restParams": true, "experimentalObjectRestSpread": true }, "rules":{ "no-console":0, "prefer-const":0 } }