https://github.com/eslint/eslint/issues/5847
On Tuesday, April 12, 2016 at 11:29:24 AM UTC-4, andrew williams 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]. For more options, visit https://groups.google.com/d/optout.
