We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e205379 + 6bd4543 commit 0d2bb09Copy full SHA for 0d2bb09
index.js
@@ -28,7 +28,7 @@ module.exports = {
28
"function-parentheses-space-inside": "never",
29
"function-whitespace-after": "always",
30
"function-url-quotes": "double",
31
- "indentation": [ 2, 2, {
+ "indentation": [ 2, {
32
hierarchicalSelectors: true,
33
} ],
34
"max-empty-lines": 1,
package.json
@@ -36,7 +36,7 @@
36
"eslint": "^1.10.3",
37
"eslint-config-stylelint": "^0.1.0",
38
"postcss": "^5.0.13",
39
- "stylelint": "^3.1.4",
+ "stylelint": "^4.1.0",
40
"tape": "^4.0.1"
41
},
42
"scripts": {
0 commit comments