diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package.json b/package.json index 16d3bc6..43f37b9 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,12 @@ ], "bugs": { "url": "https://github.com/thelounge/thelounge-theme-crypto/issues" + }, + "devDependencies": { + "stylelint": "^9.2.0", + "stylelint-config-standard": "^18.2.0" + }, + "scripts": { + "test": "stylelint crypto.css" } } |
