Hi Mike,

ESLint is not a JSON validator, it's a JavaScript validator. You can't use
it in this way.

-N

On Sat, Jan 17, 2015 at 6:50 AM, Michael Ficarra <[email protected]>
wrote:

> Why would you pass eslint a JSON file?
> On 17 Jan 2015 01:43, "Mike Wilson" <[email protected]> wrote:
>
>> I seem to get lint errors on the colon in json files (see below). Js
>> files seem to work better.
>> Any hints on what I can do to resolve this?
>> I'm running through cygwin bash shell on Windows 8.
>>
>> $ cat >file.json
>> {
>>   "jj": 0
>> }
>>
>> $ eslint file.json
>> file.json
>>   2:6  error  Unexpected token :
>> ? 1 problem
>>
>> Thanks
>> Mike
>>
>> --
>> 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.
>>
>  --
> 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.

Reply via email to