This website requires JavaScript.
Explore
Help
Register
Sign In
wikimedia
/
mediawiki-extensions-Cite
Watch
1
Star
0
Fork
You've already forked mediawiki-extensions-Cite
0
mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced
2024-11-13 17:53:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
83e778bbfe
mediawiki-extensions-Cite
/
.eslintrc.json
7 lines
57 B
JSON
Raw
Normal View
History
Unescape
Escape
build: Replace jscs+jshint with eslint Change-Id: Ibcfab289a6dd4dcac853aa2e5338516994067cd5
2016-11-02 12:50:48 +00:00
{
build: Set "root": true, in .eslintrc.json This ensures that each repository's "npm test" command is fully independent of wherever it might be in the filesystem. Bug: T206485 Change-Id: I54d052bed4ceed175a938896154fd6ad5c89f964
2018-12-18 02:54:00 +00:00
"root"
:
true
,
Update eslint-config-wikimedia to 0.9.0 Change-Id: I7883af1f56c7f2f3eeff1f7a51b640a303bcab78
2018-11-27 22:23:57 +00:00
"extends"
:
[
Move reference previews to Cite extension The ext.cite.referencePreviews module will transparently replace the ext.popups.referencePreviews module after this patch. Configuration stays in Popups for now, we can migrate it in later work. CSS classes may be renamed in the future but this will be handled separately since it could be a breaking change for on-wiki customizations. A lot of fancy footwork happens in this patch to emulate a soft dependency on Popups. This mechanism doesn't exist explicitly in either ResourceLoader or QUnit, so lots of workarounds are used, to conditionally load the module and to dynamically skip dependent tests. renderer.test.js is fully skipped for now, but can be wired up in later work. Bug: T355194 Change-Id: I0dc47abb59a40d4e41e7dda0eb7b415a2e1ae508
2024-01-12 22:30:44 +00:00
"wikimedia/server"
[lint] Satisfy max-len rule These changes mostly improve the code, and align the lint rules with the MediaWiki base. Change-Id: Ib4b0595fd9a9298039b8b44a0f1d4a9e90731527
2024-01-30 11:18:52 +00:00
]
build: Replace jscs+jshint with eslint Change-Id: Ibcfab289a6dd4dcac853aa2e5338516994067cd5
2016-11-02 12:50:48 +00:00
}
Reference in a new issue
Copy permalink