Thanks for the message. In the future, please file issues on GitHub to reports bugs.
We've now released 0.7.2 which fixes this and a couple of other issues. -N On Mon, Jul 7, 2014 at 8:23 PM, Gyandeep Singh <[email protected]> wrote: > Hi Nicholas, > > After I updated to 0.7.1 version from 0.6.2. > The globals i setup inside my own config file are no longer being > respected by eslint. It used to work fine on 0.6.2 version. > > Here is the example for my json file. > > { > "env": { > "browser": true, > "node": false > }, > "globals": { > "ComponentStyle": true, > "MPageComponent": true, > "CERN_EventListener": true, > "mp_formatter": true, > "MP_Util": true, > "TableColumn": true, > "ComponentTable": true, > "MP_Core": true, > "MPAGE_LOCALE": true, > "APPLINK": true, > "EventListener": true > }, > "rules": { > "strict": false, > "quotes": [1, "double"], > "dot-notation": 1, > "eqeqeq": 2 > } > } > > > > On Monday, July 7, 2014 6:50:07 PM UTC-5, Nicholas Zakas wrote: >> >> Hi all, >> >> Just a heads up that ESLint 0.7.1 has been released. Here are the notes: >> http://eslint.org/blog/2014/07/eslint-0.7.1-released/ >> >> Thanks a lot for everyone's help. This was a HUGE release with a lot of >> important changes, and I'm sure will be a huge improvement to everyone's >> ESLint experience. >> >> -- >> >> ______________________________ >> 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. > -- ______________________________ 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.
