Skip to content
Snippets Groups Projects
Commit 03ac442c authored by Jack Reed's avatar Jack Reed
Browse files

Remove sass lint

parent 61870e69
No related branches found
No related tags found
No related merge requests found
...@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment