Couchbase views and JSHint

I like to run JSHint to check my work when creating JavaScript for Couchbase views, but by default it shows a warning ‘Missing name in function declaration’. Luckily since JSHint 1.0.0 you can ignore any warning by number so

https://gist.github.com/sideshowcoder/9f78b8e7e8878410b54f.js

Gets rid of this.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.