rails-templates icon indicating copy to clipboard operation
rails-templates copied to clipboard

[#365] Use the @nimblehq/stylelint-config-nimble stylelint config

Open malparty opened this issue 2 years ago • 0 comments

  • Close #365

What happened 👀

  • Remove the custom config dependencies
  • Add the Nimble Stylelint config dependency for Web Variant
  • Use the Nimble config in the StyleLint

Insight 📝

I also removed the version for the ESLint Config because its our internal package and we should get the latest version for any new project 🤔

Proof Of Work 📹

Tested in a fresh new project:

Yarn install and yarn stylelint:fix are working

image

When messing scss code, stylelint find the issues:

image

malparty avatar Oct 14 '22 07:10 malparty