standard / atom-standard-formatter

Atom package to format code using Javascript Standard Style.
https://atom.io/packages/standard-formatter
MIT License
35 stars 19 forks source link

Variable Naming #72

Closed mdemarco1234 closed 7 years ago

mdemarco1234 commented 7 years ago

Does your package enforce camel case or pascal casing for variable name? If so, how do I use it and if not, where would do I find it? Would like a global change if I can get it but if that is not available a single variable entry with notification on error would be fine

stephenkubovic commented 7 years ago

standard enforces camelCase variable and function names. You can see the full rule set of standard here: https://github.com/standard/standard/blob/master/RULES.md