From 03ac442c966bf8e8ca3a0ac39d41a150dc4a9c97 Mon Sep 17 00:00:00 2001 From: Jack Reed <phillipjreed@gmail.com> Date: Mon, 1 Jul 2019 08:41:04 +0300 Subject: [PATCH] Remove sass lint --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index c5a802d0f..08dbae22b 100644 --- a/package.json +++ b/package.json @@ -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", -- GitLab