Cscott has uploaded a new change for review. https://gerrit.wikimedia.org/r/171762
Change subject: Add a .jshintignore file so we can safely run jshint on our config files. ...................................................................... Add a .jshintignore file so we can safely run jshint on our config files. Change-Id: Ib78b8353d01156b29ff9cda65865dccc3a3e402d --- A .jshintignore 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/parsoid/deploy refs/changes/62/171762/1 diff --git a/.jshintignore b/.jshintignore new file mode 100644 index 0000000..cd3ca40 --- /dev/null +++ b/.jshintignore @@ -0,0 +1,2 @@ +node_modules +src -- To view, visit https://gerrit.wikimedia.org/r/171762 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib78b8353d01156b29ff9cda65865dccc3a3e402d Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/services/parsoid/deploy Gerrit-Branch: master Gerrit-Owner: Cscott <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
