Sha256: 2cae9904265cb8c669dc83b74ecc74c32e2baf25aafd20e65f4f4345869ddd3f
Contents?: true
Size: 1.33 KB
Versions: 16
Compression:
Stored size: 1.33 KB
Contents
{ "passPerPreset": true, "presets": [ "stage-2", "react", "es2015" ], "env": { "development": { "plugins": [ ["metalog", { "strip": { "labels": { "trace": false } }, "extraLabels": [ "errorRefs", "warnRefs", "infoRefs", "debugRefs", "traceRefs", "notif", "errorNotif", "warnNotif", "infoNotif", "debugNotif", "traceNotif" ] }], "syntax-flow", "transform-export-extensions", ["tcomb", { "skipAsserts": true }], "transform-flow-strip-types" ] }, "production": { "plugins": [ ["metalog", { "strip": true, "extraLabels": [ "errorRefs", "warnRefs", "infoRefs", "debugRefs", "traceRefs", "notif", "errorNotif", "warnNotif", "infoNotif", "debugNotif", "traceNotif" ] }], "syntax-flow", "transform-export-extensions", ["tcomb", { "skipAsserts": true }], "transform-flow-strip-types" ] } } }
Version data entries
16 entries across 16 versions & 1 rubygems