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 19:09:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ef457f0c9a
mediawiki-extensions-Thanks
/
.eslintrc.json
7 lines
57 B
JSON
Raw
Normal View
History
Unescape
Escape
build: Replace jshint and jscs with eslint; drop csslint Removing csslint rather than replacing it with stylelint as there are no CSS or LESS files in this repo. Also bumping banana and jsonlint to latest. Change-Id: I9ffce273f63b061e07c3fa90ab4e82b5e551aa92
2017-08-03 23:05:54 +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: Ibe3da677dd01ef7afa0d3afe8de974f0f11bd313
2018-12-18 02:58:52 +00:00
"root"
:
true
,
build: Update eslint-config-wikimedia Change-Id: I3cbcbb1695896ddc1e54c40dc0da50f91944916f
2019-12-12 11:36:24 +00:00
"extends"
:
[
build: Update eslint config Change-Id: If0871326eb35f8cb6ef026784cd04fca5754ab59
2022-01-07 15:18:13 +00:00
"wikimedia/server"
]
build: Replace jshint and jscs with eslint; drop csslint Removing csslint rather than replacing it with stylelint as there are no CSS or LESS files in this repo. Also bumping banana and jsonlint to latest. Change-Id: I9ffce273f63b061e07c3fa90ab4e82b5e551aa92
2017-08-03 23:05:54 +00:00
}
Reference in a new issue
Copy permalink