aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-28 16:41:07 +0200
committerChocobozzz <me@florianbigard.com>2021-04-28 17:53:57 +0200
commit931d3430184143ebd88e5243def6eb1d7acfdbf4 (patch)
tree909919bafd6fa8563d26d616c6257ebd0211c83c /package.json
parent7d026caf683e42fd57a243a3b52a5e4f476fbb4e (diff)
downloadPeerTube-931d3430184143ebd88e5243def6eb1d7acfdbf4.tar.gz
PeerTube-931d3430184143ebd88e5243def6eb1d7acfdbf4.tar.zst
PeerTube-931d3430184143ebd88e5243def6eb1d7acfdbf4.zip
Move to stylelint
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/package.json b/package.json
index 9481e63f4..ebfd192cf 100644
--- a/package.json
+++ b/package.json
@@ -71,8 +71,6 @@
71 "ts-node": "ts-node", 71 "ts-node": "ts-node",
72 "eslint": "eslint", 72 "eslint": "eslint",
73 "concurrently": "concurrently", 73 "concurrently": "concurrently",
74 "sasslint": "sass-lint --verbose --no-exit",
75 "sasslint:fix": "sass-lint-auto-fix -c .sass-lint.yml --verbose",
76 "mocha": "mocha", 74 "mocha": "mocha",
77 "ci": "scripty", 75 "ci": "scripty",
78 "release": "scripty", 76 "release": "scripty",
@@ -80,8 +78,7 @@
80 "nightly": "scripty", 78 "nightly": "scripty",
81 "openapi-clients": "scripty", 79 "openapi-clients": "scripty",
82 "client-report": "scripty", 80 "client-report": "scripty",
83 "swagger-cli": "swagger-cli", 81 "swagger-cli": "swagger-cli"
84 "sass-lint": "sass-lint"
85 }, 82 },
86 "dependencies": { 83 "dependencies": {
87 "apicache": "1.6.2", 84 "apicache": "1.6.2",
@@ -222,7 +219,6 @@
222 "scripty": { 219 "scripty": {
223 "silent": true 220 "silent": true
224 }, 221 },
225 "sasslintConfig": "client/.sass-lint.yml",
226 "bundlewatch": { 222 "bundlewatch": {
227 "files": [ 223 "files": [
228 { 224 {