This website requires JavaScript.
Explore
Help
Register
Sign In
wikimedia
/
mediawiki-extensions-VisualEditor
Watch
1
Star
0
Fork
You've already forked mediawiki-extensions-VisualEditor
0
mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced
2024-11-15 02:23:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4782987a7f
mediawiki-extensions-Visual...
/
.eslintrc.json
7 lines
57 B
JSON
Raw
Normal View
History
Unescape
Escape
build: Replace jscs and jshint with eslint It's new, it's fresh, it's amazing, it's here. Change-Id: I5dc784411f704685ed5cc763a2b2b1c5d3e5a610
2016-10-28 00:22:30 +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: I3e0cac523ed19d654aba0049848aad2aa63fb65e
2018-12-18 02:59:43 +00:00
"root"
:
true
,
build: Use eslint-config-wikimedia v0.9.0 and make pass Change-Id: Idb57fc12e7822cf17e10dbb726480fc7de0ae199
2018-11-21 12:33:32 +00:00
"extends"
:
[
eslint: Lint root files with server rules Change-Id: I872ab9dd7844eb8885dc30b40a2429875f7591c7
2022-03-17 23:39:53 +00:00
"wikimedia/server"
]
build: Replace jscs and jshint with eslint It's new, it's fresh, it's amazing, it's here. Change-Id: I5dc784411f704685ed5cc763a2b2b1c5d3e5a610
2016-10-28 00:22:30 +00:00
}
Reference in a new issue
Copy permalink