Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/271150

Change subject: Add .jshintignore file
......................................................................

Add .jshintignore file

Ignore ace, require and jquery.autosize.min.js js files.

They are upstream js files and should not be edit manually.

Change-Id: I0f508d9591ddcdc7af7e7219432f0ce6a9c7f9da
---
A .jshintignore
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/XMLContentExtension 
refs/changes/50/271150/1

diff --git a/.jshintignore b/.jshintignore
new file mode 100644
index 0000000..de426c4
--- /dev/null
+++ b/.jshintignore
@@ -0,0 +1,6 @@
+node_modules
+vendor
+
+assets/js/ace
+assets/js/require
+assets/js/jquery.autosize.min.js

-- 
To view, visit https://gerrit.wikimedia.org/r/271150
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0f508d9591ddcdc7af7e7219432f0ce6a9c7f9da
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/XMLContentExtension
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to