Replace from scss-lint to sass-lint (#10958)
This commit is contained in:
parent
3f536f06d6
commit
3e56f95c73
7 changed files with 442 additions and 35 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue