Hi Cody, We don't have the ability to extend or include, though there is an issue for that: https://github.com/eslint/eslint/issues/1637
You can have multiple .eslintrc files per project, and the configurations cascade. See: http://eslint.org/docs/user-guide/configuring -N On Wed, Mar 25, 2015 at 1:47 PM, <[email protected]> wrote: > Hi! Sorry if this is documented somewhere. But I looked and didn't see > anything, so here goes. > > I'm using our teams generic .eslintrc config (which we keep in a separate > repo) but I'd really like to be able to "extend" or "include" another > smaller config for the specific project, that might only have some > different env variables or globals or what have you. > > But it seems like I can only include a single .eslintrc. Any > suggestions? 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. > -- ______________________________ 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.
