Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: stylelint-config-eyeo/index.js

Issue 29831575: Issue 6789 - Remove block-closing-brace-space-after stylelint rule (Closed) Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Created July 16, 2018, 6:09 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: stylelint-config-eyeo/index.js
===================================================================
--- a/stylelint-config-eyeo/index.js
+++ b/stylelint-config-eyeo/index.js
@@ -27,17 +27,16 @@
"block-opening-brace-newline-before": "always-multi-line",
"block-opening-brace-newline-after": "always-multi-line",
"block-closing-brace-newline-before": "always-multi-line",
"block-closing-brace-newline-after": "always",
"block-closing-brace-empty-line-before": "never",
// Use a space between the last selector and the declaration block
"block-opening-brace-space-before": "always-single-line",
- "block-closing-brace-space-after": "always-single-line",
// Use a space after a property name’s colon
"declaration-colon-space-after": "always",
// Selectors and declarations should be on their own line
"selector-list-comma-newline-after": "always",
"declaration-block-semicolon-newline-after": "always-multi-line",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld