Updated lint errors, updated Stylelint library to latest version

Re-added stylelint/order plugin, updated options to match new syntax .

Fixed stylelint error
This commit is contained in:
Maxx Crawford
2020-05-27 10:15:09 -05:00
parent d901ba9067
commit 682d877960
4 changed files with 31 additions and 34 deletions
+3 -3
View File
@@ -22,9 +22,9 @@
"nyc": "^15.0.0",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0",
"stylelint": "^7.9.0",
"stylelint-config-standard": "^16.0.0",
"stylelint-order": "^0.3.0",
"stylelint-order": "^4.0.0",
"stylelint": "^13.5.0",
"stylelint-config-standard": "^20.0.0",
"web-ext": "^2.9.3",
"webextensions-jsdom": "^1.2.1"
},