build: Replace jscs, jshint and jsonlint by eslint
Bug: T210365 Change-Id: I184e594a3be8010c9c6561b2b66e5596905a40fe
This commit is contained in:
parent
30eace5dec
commit
3b8629ad9b
6 changed files with 763 additions and 1734 deletions
10
.eslintrc.json
Normal file
10
.eslintrc.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"root": true,
|
||||
"extends": [
|
||||
"wikimedia/client",
|
||||
"wikimedia/jquery"
|
||||
],
|
||||
"globals": {
|
||||
"mw": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue