From da223781d7f416e16b3b4767a17009c310cd5854 Mon Sep 17 00:00:00 2001 From: Jérémie Astori Date: Wed, 11 Apr 2018 00:40:15 -0400 Subject: Set up stylelint --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'package.json') 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" } } -- cgit v1.2.3