bahmutov / eslint-rules

My custom eslint rules in addition to the ones provided at http://eslint.org/
97 stars 16 forks source link

Consider dropping camel_case and no-long-files #14

Open Wilfred opened 7 years ago

Wilfred commented 7 years ago

I believe these can now be replaced by camelcase and max-lines which are built-in to eslint.

bahmutov commented 7 years ago

yeah, good catch, I should remove these, hmm, when do I get time to do this?!