-
- Downloads
Remove sass lint
... | ... | @@ -8,7 +8,7 @@ |
], | ||
"scripts": { | ||
"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", | ||
"server": "node_modules/.bin/http-server", | ||
"test": "npm run build && npm run lint && npm run size && jest -c jest.json", | ||
... | ... | @@ -106,7 +106,6 @@ |
"react-dev-utils": "^9.0.1", | ||
"react-dom": "^16.8.6", | ||
"redux-mock-store": "^1.5.1", | ||
"sass-lint": "^1.13.1", | ||
"supertest": "^4.0.2", | ||
"terser-webpack-plugin": "^1.3.0", | ||
"webpack": "^4.35.0", | ||
... | ... |
Please sign in to comment