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

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

Issue 29720577: Issue 6288 - Publish stylelint-config-eyeo on npm (Closed) Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Created March 12, 2018, 9:24 a.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 | « stylelint-config-eyeo/README.md ('k') | stylelint-config-eyeo/package.json » ('j') | 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
@@ -66,13 +66,18 @@
// Line length should be 80 characters or less
"max-line-length": 80,
// Avoid qualifying ID and class names with type selectors
"selector-no-qualifying-type": [true, {
"ignore": ["attribute"]
}],
+ // Font weight values should be specified in relative or numerical notation
+ "font-weight-notation": ["numeric", {
+ "ignore": ["relative"]
+ }],
+
// CSS rule declaration order should follow the WordPress CSS
// Coding Standards
"order/properties-order": require("./css-properties-order")
}
};
« no previous file with comments | « stylelint-config-eyeo/README.md ('k') | stylelint-config-eyeo/package.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld