• Kelvin Fichter's avatar
    fix(cmn): proper snake case for metric names · 5ae15042
    Kelvin Fichter authored
    Fixes the snake case function for metric names to properly account for
    strings which include "L1" or "L2". Normally these would be split into
    "L_1" and "L_2" respectively, but we want to join these since they're
    quite common and "L_1" looks silly.
    5ae15042
Name
Last commit
Last update
..
src Loading commit data...
test Loading commit data...
.eslintrc.js Loading commit data...
.gitignore Loading commit data...
.lintstagedrc.yml Loading commit data...
.prettierrc.js Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
package.json Loading commit data...
tsconfig.build.json Loading commit data...
tsconfig.json Loading commit data...