5 Commits

Author SHA1 Message Date
SylveonBottle
4c313e811d
More camelCase 2018-05-08 12:35:22 -05:00
SylveonBottle
72c672e31f
Moar camelCase 2018-05-08 12:31:28 -05:00
SylveonBottle
1026cc1d9c
More camelCase 2018-05-08 12:24:17 -05:00
SylveonBottle
6cddb175e2
Identifier 'full_class_table' is not in camel case.
When it comes to naming variables, styleguides generally fall into one of two camps: camelcase (variableName) and underscores (variable_name). This rule focuses on using the camelcase approach. If your styleguide calls for camelcasing your variable names, then this rule is for you! This rule looks for any underscores (_) located within the source code. It ignores leading and trailing underscores and only checks those in the middle of a variable name. If ESLint decides that the variable is a constant (all uppercase), then no warning will be thrown. Otherwise, a warning will be thrown. This rule only flags definitions and assignments but not function calls.
2018-05-08 12:22:33 -05:00
Jenny White
a19fdb7028 move class dump related stuff to class_dumping 2018-04-27 13:21:18 +03:00