This website requires JavaScript.
Explore
Help
Register
Sign In
wikimedia
/
mediawiki-skins-MinervaNeue
Watch
1
Star
0
Fork
You've already forked mediawiki-skins-MinervaNeue
0
mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced
2024-11-12 00:48:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
05fd384803
mediawiki-skins-MinervaNeue
/
.gitignore
9 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Hygiene: make JSDoc configs consistent Make the Popups, MobileFrontend, and MinervaNeue JSDocs consistent. For MinervaNeue: - Replace "packageX" option which was unfound in the JSDoc repo with "package". - Remove redundant default configurations. - Replace tabs with spaces since that's the standard in this repo. http://usejsdoc.org/about-configuring-jsdoc.html http://usejsdoc.org/about-commandline.html http://usejsdoc.org/about-configuring-default-template.html Bug: T188261 Change-Id: Ic767e78ceee35400bdd9bb6f51c865e475f8f337
2018-07-19 13:59:29 +00:00
/docs/js/
/docs/php/
.gitignore /docs/ generated by JSDuck Change-Id: I04889b8ee6f1bfb8eb524378219c2863953f2038
2017-12-11 15:42:39 +00:00
/node_modules/
Add .gitignore file Change-Id: Ie5112a5eef02fba9b70ef7483008b27090cc3f81
2017-07-12 04:14:31 +00:00
/vendor
/composer.lock
/composer.phar
.DS_Store
Hygiene: improve ESLint config - Enable ESLint caching with `--cache` which presumably improves performance. - Forbid warnings by setting `--max-warnings` to zero. Code containing warnings should not be committed. However, warnings are still an exceptionally useful distinction to make from errors during development. When hacking, we do not care if a comment exceeds the maximum line length or if a trailing space is present but we do oh so very much care if the linter detects a likely programming error such as forgetting to initialize a constant. The former is a warning and the latter is an error. - Forbid unused lint directives by enabling `--report-unused-disable-directives`. This setting prevents outdated ESLint error waivers from littering the code. There is a related pull request to move these settings to defaults in eslint-config-wikimedia itself: https://github.com/wikimedia/eslint-config-wikimedia/pull/82/files#diff-46af3d30ba7affc4adf37ef4c5382c39 Change-Id: If3c99ff7309eafb1ebefa4c4b451299b45db4e60
2018-09-13 15:39:05 +00:00
/.eslintcache
Reference in a new issue
Copy permalink