Closed stevepolitodesign closed 9 months ago
@stevepolitodesign, could you give v4.0.0 a go when you get a chance? I've updated a lot this project over the last few days which should mean it's working again well.
@nickcharlton just tested again, and everything works as expected!
Node Version:
v21.4.0
Yarn Version:v1.22.17
NPM Version:10.2.4
Steps to reproduce:
mkdir stylelint && cd stylelint
.yarn init
and follow prompts.npm init stylelint
touch index.css
Run
npx stylelint "**/*.css"
. Note the output:yarn add @thoughtbot/stylelint-config --dev
Update
.stylelintrc.json
.Run
npx stylelint "**/*.css"
. Note the output: