Files
jquery.uls/test/.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

8 lines
79 B
JSON

{
"root": true,
"extends": [
"wikimedia/qunit",
"../.eslintrc.json"
]
}