* Update eslint and other devDependencies * Lint JS in examples/ using eslint-plugin-html (#392)
18 lines
242 B
JSON
18 lines
242 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/client",
|
|
"wikimedia/jquery"
|
|
],
|
|
"rules": {
|
|
"no-jquery/no-global-selector": "off"
|
|
},
|
|
"plugins": [
|
|
"html"
|
|
],
|
|
"settings": {
|
|
"html/indent": "+tab",
|
|
"html/report-bad-indent": "error"
|
|
}
|
|
}
|