AtomLinter / linter-scss-lint

Linter plugin for SCSS, using scss-lint
36 stars 21 forks source link

Question: How do you disable the propertySortOrder? #212

Closed collinpage closed 7 years ago

collinpage commented 7 years ago

Hi,

Title says it all!

I've tried to add this code to the .scss-lint.yml located in .atom/packages/linter-scss-lint/spec/fixtures but I still get the warnings.

image

Thanks for the help!

Arcanemagus commented 7 years ago

That file is only used to test whether this package properly reads your project's configuration file. You would want to create your own .scss-lint.yml file in your project root with that directive in order for this to work.

Also please note that scss-lint (which this is a wrapper around) is in maintenance only mode as Sass has moved away from Ruby which scss-lint depends on. You should look into moving to stylelint or sass-lint, both of which have Linter providers 😉.