We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9166c5b commit c70f9b1Copy full SHA for c70f9b1
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.2.0
2
+
3
+* Always use single quotes instead of double quotes.
4
+* Update handling of value-list new lines and spacing.
5
6
# 0.1.3
7
8
* Set browserhacks to true
package.json
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-lukkien",
- "version": "0.1.3",
+ "version": "0.2.0",
"description": "Lukkien config for stylelint",
"main": "index.js",
"scripts": {
@@ -24,10 +24,10 @@
24
},
25
"homepage": "https://github.com/LUKKIEN/stylelint-config-lukkien#readme",
26
"devDependencies": {
27
- "eslint": "^3.7.0",
+ "eslint": "^3.8.1",
28
"eslint-config-stylelint": "^5.0.0",
29
"npmpub": "^3.1.0",
30
- "stylelint": "^7.3.1"
+ "stylelint": "^7.5.0"
31
32
"eslintConfig": {
33
"extends": [
0 commit comments