kungfusheep / SublimeLinter-contrib-stylelint

this repo is no longer maintained - please see https://github.com/SublimeLinter/SublimeLinter-stylelint
MIT License
116 stars 19 forks source link

Stylelint not working on OS X #57

Open hirschferkel opened 4 years ago

hirschferkel commented 4 years ago

I still get this message on my OS X installation and do not know how to fix it?

SublimeLinter: WARNING: stylelint output:
Error: No configuration provided for ...

I don't know where I would find the .stylelintrc file on OS X?

andre-m5v commented 4 years ago

@hirschferkel Stylelint expects a configuration object (usually coming from .stylelintrc file in the root of your project). Refer to the configuration section of the docs to set it up correctly: https://stylelint.io/user-guide/configure

hirschferkel commented 3 years ago

Hmm... as I wrote I do not know where to find the file...