diff options
| author | Jérémie Astori <[email protected]> | 2018-04-11 00:40:15 -0400 |
|---|---|---|
| committer | Jérémie Astori <[email protected]> | 2018-04-11 00:40:15 -0400 |
| commit | da223781d7f416e16b3b4767a17009c310cd5854 (patch) | |
| tree | 44d5fc47e827389d44ab035304fe587662300ff4 /package.json | |
| parent | b3eb8be097686a3f362a6ecd2d66093d61b13156 (diff) | |
| download | thelounge-theme-crypto-da223781d7f416e16b3b4767a17009c310cd5854.tar.gz thelounge-theme-crypto-da223781d7f416e16b3b4767a17009c310cd5854.tar.bz2 thelounge-theme-crypto-da223781d7f416e16b3b4767a17009c310cd5854.zip | |
Set up stylelint
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" } } |
