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.
1 parent 02a3a7a commit 8e735c1Copy full SHA for 8e735c1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "superfly-css-task-build",
3
- "version": "0.0.6",
+ "version": "0.0.7",
4
"description": "Build task for superfly-css modules",
5
"main": "src/main/js/index.js",
6
"scripts": {
src/main/js/index.js
@@ -28,9 +28,7 @@ var stylelintConfig = {
28
"number-no-trailing-zeros": 2,
29
"property-no-vendor-prefix": 2,
30
"rule-no-duplicate-properties": 2,
31
- "rule-no-single-line": 2,
32
"rule-trailing-semicolon": [2, "always"],
33
- "selector-list-comma-newline-after": [2, "always-multi-line"],
34
"selector-no-id": 2,
35
"string-quotes": [2, "double"],
36
"value-no-vendor-prefix": 2
0 commit comments