buddypress/.jshintignore
Paul Gibbs fd99ec0268 Tools: update grunt-contrib-jshint to latest version, and add an existing third party script to JSHint ignore list.
With the new version of JSHint, `jquery-scroll-to.js` reports errors relating to unused functions.
For now, add this legacy script to the ignore list so that the Grunt build tasks pass.

Fixes #6266, props netweb

git-svn-id: https://buddypress.svn.wordpress.org/trunk@9566 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2015-02-28 11:36:56 +00:00

9 lines
225 B
Text

// Deprecated
src/bp-forums/bbpress/**/*
src/bp-core/deprecated/js/**/*
// 3rd party libraries
src/bp-core/js/jquery.atwho.js
src/bp-core/js/jquery.caret.js
src/bp-core/js/jquery-cookie.js
src/bp-core/js/jquery-scroll-to.js