Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore certain rules #2216

Closed
AntonNiklasson opened this issue Dec 29, 2016 · 1 comment
Closed

Ignore certain rules #2216

AntonNiklasson opened this issue Dec 29, 2016 · 1 comment

Comments

@AntonNiklasson
Copy link

My .stylelintrc looks like this:

{
	"extends": "stylelint-config-standard",
	"rules": {
		"indentation": "tab",
		"color-hex-case": "upper",
		"at-rule-empty-line-before": "always",
		"shorthand-property-no-redundant-values": false
	}
}

Is there a way for me to ignore rules that are defined in stylelint-config-standard? Looking at this documentation: at-rule-empty-line-before I expected there to be something like ignore available as an option.

@m-allanson
Copy link
Member

m-allanson commented Dec 29, 2016 via email

@ntwb ntwb closed this as completed Dec 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants