From f7442a960a1617d1345de50d31078f1469a1ac9e Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Thu, 11 Jan 2024 08:04:52 -0500 Subject: [PATCH] Include components directory in stylesheet linting changelog: Internal, Automated Testing, Include components directory in stylesheet linting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78d56abe8e4..da1d0f4e685 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "scripts": { "typecheck": "tsc", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", - "lint:css": "stylelint 'app/assets/stylesheets/**/*.scss' 'app/javascript/**/*.scss'", + "lint:css": "stylelint 'app/assets/stylesheets/**/*.scss' 'app/javascript/**/*.scss' 'app/components/*.scss'", "test": "mocha 'spec/javascript/**/**spec.+(j|t)s?(x)' 'app/javascript/packages/**/*.spec.+(j|t)s?(x)'", "normalize-yaml": "normalize-yaml", "generate-browsers-json": "./scripts/generate-browsers-json.js",