-
Notifications
You must be signed in to change notification settings - Fork 8
.csslintrc not used #158
Comments
Actually, it should be working, #140 is about overriding the automatic detection and telling it explicitly where the config is located. |
Interesting. More info: |
Does |
I'm sorry for the late response. Here's what i get
The .csslintrc is the above. |
That output means that it is using the |
I am also getting the error "adjoining-classes is not a valid option. Exiting..." when trying to run @Arcanemagus - |
The issue is that the supported format of the
|
@brendanmckeown As far as I know CSSLint has only ever supported that format, that's what has been documented at least. |
@Arcanemagus that link you provided has an example |
@brandly Then go tell At this stage I highly recommend anyone still using it for some reason to look into moving to |
EDIT 2: Seems like
.csslintrc
changed format from JSON to "flags", see brendanmckeown's commentEDIT: I've seen in the issues here that's it's not implemented.
I've placed in the root of my project a file named ".csslintrc" and tried some rules but none of those worked.
I've tried to restart the plugin and even Atom but nothing worked, the rules I've set are ignored.
I believe the format is in JSON.
Example of what a tried:
The text was updated successfully, but these errors were encountered: