diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
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" } |