easy-object-conv

<center> Use to convert objects keys in ๐Ÿช camel case to ๐Ÿ snake case or underscore and in the same way as snake case to camel case. </center>

eslint-plugin-more-naming-conventions-leading-underscore

A plugin for the ESLint linter that adds more naming conventions for variables and functions. All credit goes to CodingKoopa for the original plugin. This forked repo simply accepts leading underscores as valid snake case (e.g. let _var;).