@deot/dev-stylelint 1.1.1 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -44,6 +44,7 @@ module.exports = {
44
44
  ignore: ['after-comment', 'first-nested'],
45
45
  }
46
46
  ],
47
+ "function-no-unknown": null,
47
48
  'unit-no-unknown': [true, { ignoreUnits: ['rpx'] }],
48
49
  // Specify the alphabetical order of the attributes in the declaration block
49
50
  'order/properties-order': [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deot/dev-stylelint",
3
- "version": "1.1.1",
3
+ "version": "2.1.0",
4
4
  "main": "index.js",
5
5
  "files": [
6
6
  "index.js"
@@ -10,10 +10,10 @@
10
10
  "access": "public"
11
11
  },
12
12
  "dependencies": {
13
- "stylelint-config-standard": "^21.0.0",
14
- "stylelint-order": "^4.1.0"
13
+ "stylelint-config-standard": "^34.0.0",
14
+ "stylelint-order": "^6.0.3"
15
15
  },
16
16
  "devDependencies": {
17
- "stylelint": "^13.12.0"
17
+ "stylelint": "^15.10.1"
18
18
  }
19
19
  }