stylelint-config-narwin
Advanced tools
Comparing version 0.0.1 to 0.0.2
10
index.js
@@ -13,6 +13,4 @@ "use strict"; | ||
"block-closing-brace-space-before": null, | ||
"block-no-single-line": true, | ||
"block-closing-brace-newline-before": "always", | ||
"block-opening-brace-newline-after": "always", | ||
"block-opening-brace-newline-before": "never-multi-line", | ||
"block-opening-brace-space-after": "always", | ||
"color-named": "never", | ||
@@ -41,3 +39,3 @@ "comment-empty-line-before": null, | ||
"function-url-no-scheme-relative": true, | ||
"function-url-quotes": true, | ||
"function-url-quotes": "always", | ||
"indentation": 2|"tab", | ||
@@ -52,3 +50,3 @@ "keyframe-declaration-no-important": null, | ||
"number-leading-zero": "never", | ||
"rule-nested-empty-line-before": "never-multi-line", | ||
"rule-empty-line-before": "never-multi-line", | ||
"property-no-unknown": null, | ||
@@ -59,4 +57,4 @@ "rule-empty-line-before": null, | ||
"selector-attribute-quotes": "always", | ||
"selector-list-comma-newline-after": null, | ||
"selector-list-comma-newline-before": "never-multi-line", | ||
"selector-list-comma-space-after": "never-single-line", | ||
"selector-no-empty": true, | ||
@@ -63,0 +61,0 @@ "selector-pseudo-element-colon-notation": "single", |
{ | ||
"name": "stylelint-config-narwin", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Stylelint configuration used by DockYard", | ||
@@ -18,4 +18,4 @@ "repository": "https://github.com/dockyard/stylelint-config-narwin", | ||
{ | ||
"name" : "Lisa Backer", | ||
"email" : "lisa.backer@dockyard.com", | ||
"name": "Lisa Backer", | ||
"email": "lisa.backer@dockyard.com", | ||
"url": "https://github.com/eshtadc" | ||
@@ -26,4 +26,4 @@ } | ||
"devDependencies": { | ||
"stylelint": "^7.8.0" | ||
"stylelint": "^7.8.0" | ||
} | ||
} |
@@ -18,2 +18,5 @@ # stylelint-config-narwin | ||
#### NOTE | ||
Until a release is made of ember-cli-stylelint that includes the fixes from May 26 or later, it must be installed from at least [commit a421ca6](https://github.com/billybonks/ember-cli-stylelint/commit/a421ca6986e476c211d9a44be32f34e752c1b6e9) or later in order to work properly on Ember versions on or after 2.13. | ||
```bash | ||
@@ -113,3 +116,3 @@ npm install stylelint-config-narwin --save-dev | ||
[DockYard](http://dockyard.com/), Inc. © 2016 | ||
[DockYard](http://dockyard.com/), Inc. © 2017 | ||
@@ -116,0 +119,0 @@ [@dockyard](http://twitter.com/dockyard) |
7390
120
64