This website requires JavaScript.
Explore
Help
Register
Sign In
wikimedia
/
mediawiki-extensions-RevisionSlider
Watch
1
Star
0
Fork
You've already forked mediawiki-extensions-RevisionSlider
0
mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced
2024-11-14 19:24:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
wmf/1.43.0-wmf.23
mediawiki-extensions-Revisi...
/
.eslintrc.json
7 lines
57 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Add eslint, to be used instead of jscs and/or jshint First I jumped on replacing both jscs and jshint with eslint but it might be premature decision. Although linting with eslint is possible (like in there is wikimedia config for eslint) it is still not clear should it But in case the change happens we will be ready. Apart from config stuff this changes few bits spotted by eslint: improves some indentation, removes weird spaces, completes some doc blocks, changes IIFE forms in tests. These changes do not seem controversial. Change-Id: I9f8bf0f5745da8e662685f4cd879ea4baa609c01
2016-09-01 11:17:47 +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: I5de716c50becf448bf7a1dc4f4fcbf322e47b11c
2018-12-18 02:58:01 +00:00
"root"
:
true
,
build: Update devDependencies Change-Id: Ic278699f631ddc08243ceb68678c0715a19c4304
2018-12-04 23:05:18 +00:00
"extends"
:
[
build: Update devDependencies Change-Id: I0bbd117b2b3ebdfee8deb7ed38b409a561f570d5
2022-03-17 22:55:02 +00:00
"wikimedia/server"
]
Add eslint, to be used instead of jscs and/or jshint First I jumped on replacing both jscs and jshint with eslint but it might be premature decision. Although linting with eslint is possible (like in there is wikimedia config for eslint) it is still not clear should it But in case the change happens we will be ready. Apart from config stuff this changes few bits spotted by eslint: improves some indentation, removes weird spaces, completes some doc blocks, changes IIFE forms in tests. These changes do not seem controversial. Change-Id: I9f8bf0f5745da8e662685f4cd879ea4baa609c01
2016-09-01 11:17:47 +00:00
}
Reference in a new issue
Copy permalink