Add the stylelint-a11y package

This commit is contained in:
Jonny Barnes 2020-02-21 23:04:18 +00:00
parent d405f8c947
commit 9759033a12
3 changed files with 8 additions and 2 deletions

View file

@ -6,7 +6,8 @@
"license": "CC0-1.0",
"dependencies": {
"normalize.css": "^8.0.1",
"puppeteer": "^2.1.1"
"puppeteer": "^2.1.1",
"stylelint-a11y": "^1.2.3"
},
"devDependencies": {
"css-loader": "^3.4.2",