mediaflow 0.10.0

Unofficial SDK to interact with the Mediaflow Pro API
Documentation
1
2
3
4
5
6
module.exports = {
    rules: {
        "subject-case": [2, "always", ["sentence-case"]],
    },
    extends: ["@commitlint/config-conventional"],
};