This website requires JavaScript.
Explore
Help
Register
Sign In
wikimedia
/
mediawiki-extensions-Thanks
Watch
1
Star
0
Fork
You've already forked mediawiki-extensions-Thanks
0
mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced
2024-11-15 10:59:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
805fefd198
mediawiki-extensions-Thanks
/
.jscsrc
5 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add Grunt infrastructure for CI * Add package.json based on Flow's * Add Gruntfile.js based on Flow's * Add .csslintrc and .jscsrc with rules to silence errors for now * Add .gitignore (!) to ignore node_modules/ Change-Id: I2db213da2f0ce77567f7968e73af9cdd6ed9da82
2015-05-02 03:49:09 +00:00
{
"preset": "wikimedia",
Actually pass jscs Removed exemptions from .jscsrc and fixed the code so jscs still passes. Kept the exemption for disallowDanglingUnderscores because of the naming convention for private functions in this repo. Change-Id: I860f73394a2b92a411fe682abbb2ab0b5e1325f9
2015-05-04 19:13:43 +00:00
"disallowDanglingUnderscores": null
Add Grunt infrastructure for CI * Add package.json based on Flow's * Add Gruntfile.js based on Flow's * Add .csslintrc and .jscsrc with rules to silence errors for now * Add .gitignore (!) to ignore node_modules/ Change-Id: I2db213da2f0ce77567f7968e73af9cdd6ed9da82
2015-05-02 03:49:09 +00:00
}
Reference in a new issue
Copy permalink