-
- Downloads
Remove sass lint
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
], | ], | ||
"scripts": { | "scripts": { | ||
"clean": "rm -rf ./dist", | "clean": "rm -rf ./dist", | ||
"lint": "node_modules/.bin/eslint ./ && node_modules/.bin/sass-lint -v ./src/styles/**/* && npm run lint:translations", | "lint": "node_modules/.bin/eslint ./ && npm run lint:translations", | ||
"lint:translations": "node ./scripts/i18n-lint.js", | "lint:translations": "node ./scripts/i18n-lint.js", | ||
"server": "node_modules/.bin/http-server", | "server": "node_modules/.bin/http-server", | ||
"test": "npm run build && npm run lint && npm run size && jest -c jest.json", | "test": "npm run build && npm run lint && npm run size && jest -c jest.json", | ||
... | @@ -106,7 +106,6 @@ | ... | @@ -106,7 +106,6 @@ |
"react-dev-utils": "^9.0.1", | "react-dev-utils": "^9.0.1", | ||
"react-dom": "^16.8.6", | "react-dom": "^16.8.6", | ||
"redux-mock-store": "^1.5.1", | "redux-mock-store": "^1.5.1", | ||
"sass-lint": "^1.13.1", | |||
"supertest": "^4.0.2", | "supertest": "^4.0.2", | ||
"terser-webpack-plugin": "^1.3.0", | "terser-webpack-plugin": "^1.3.0", | ||
"webpack": "^4.35.0", | "webpack": "^4.35.0", | ||
... | ... |
Please register or sign in to comment