mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-12 00:59:46 +00:00
Attempt to fix autofix
This commit is contained in:
parent
3384a9d7fd
commit
6b31394de6
|
@ -3,7 +3,7 @@
|
|||
"scripts": {
|
||||
"test": "grunt test",
|
||||
"doc": "jsdoc resources/main.js -c jsdoc.json -r",
|
||||
"fix": "stylelint '**' --fix"
|
||||
"fix": "stylelint '**/*.less' '**/*.css' --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "0.15.0",
|
||||
|
|
Loading…
Reference in a new issue