Files
jquery.uls/.eslintrc.json
Ed Sanders d53beca719 Update linters
* Update eslint and stylelint config
* Fix Gruntfile.js to actually run stylelint
2019-11-13 04:14:16 +02:00

12 lines
134 B
JSON

{
"root": true,
"extends": [
"wikimedia/client",
"wikimedia/jquery"
],
"globals": {
"jQuery": "readonly",
"$": "off"
}
}