about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2019-06-05 00:23:18 +0900
committermultiple creatures <dev@multiple-creature.party>2019-11-19 16:24:21 -0600
commit6cad8993edd9d0bc568965ef901a5e75bc65df67 (patch)
tree460f8a95bf57c31332329e59c4a93dc9180179d5 /package.json
parentf0d308c0749281229628b52dc41efad93f8b888a (diff)
Replace from scss-lint to sass-lint (#10958)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 379952156..476e12305 100644
--- a/package.json
+++ b/package.json
@@ -12,6 +12,7 @@
     "start": "node ./streaming/index.js",
     "test": "${npm_execpath} run test:lint && ${npm_execpath} run test:jest",
     "test:lint": "eslint --ext=js .",
+    "test:lint:sass": "sass-lint .",
     "test:jest": "cross-env NODE_ENV=test jest --coverage"
   },
   "repository": {
@@ -177,6 +178,7 @@
     "raf": "^3.4.1",
     "react-intl-translations-manager": "^5.0.3",
     "react-test-renderer": "^16.8.6",
+    "sass-lint": "^1.13.1",
     "webpack-dev-server": "^3.5.1",
     "yargs": "^12.0.5"
   }