diff --git a/.stylelintignore b/.stylelintignore deleted file mode 100644 index 7c6027c..0000000 --- a/.stylelintignore +++ /dev/null @@ -1,2 +0,0 @@ -client/src/styles/legacy/* -src/**/* diff --git a/package.json b/package.json index b878818..b6cf868 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "css": "yarn && WEBPACK_CHILD=css webpack -p --bail --progress", "test": "jest", "coverage": "jest --coverage", - "lint": "eslint client/src && stylelint **/client/src/**/*.scss" + "lint": "eslint client/src && stylelint client/src/**/*.scss" }, "repository": { "type": "git",