Sure thing. I'll try to condense an example this evening when I get home from work.
On Wednesday, April 13, 2016 at 1:43:59 PM UTC-4, Nicholas Zakas wrote: > > This might be a limitation of the rule. Can you please open an issue on > GitHub? > > -N > > On Tue, Apr 12, 2016 at 8:29 AM, andrew williams <[email protected] > <javascript:>> wrote: > >> I've done a bunch of searching and can't find anything related to the >> issue I'm having (possibly searching for the wrong thing etc) >> >> I'm currently using jshint/jscs to handle linting and formatting (and >> it's working pretty well) but I want to switch to eslint to better tie my >> dev environment to codeclimate (which uses eslint) >> >> I want to switch from 4 space to 2 space indenting (spaces only, no >> tabs). When I run eslint --fix (using the stock google preset) it only >> appears to fix one level of indentation at a time. In order >> to completely indent a file I need to run eslint --fix several times. >> Any thoughts on what I may be doing wrong? >> >> thanks >> >> -- >> You received this message because you are subscribed to the Google Groups >> "ESLint" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > > ______________________________ > Nicholas C. Zakas > @slicknet > > Author, Professional JavaScript for Web Developers > Buy it at Amazon.com: > http://www.amazon.com/Professional-JavaScript-Developers-Nicholas-Zakas/dp/1118026691/ref=sr_1_3 > -- You received this message because you are subscribed to the Google Groups "ESLint" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
