@newhighsco/stylelint-config 4.0.13 → 4.0.15

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@newhighsco/stylelint-config",
3
3
  "description": "New High Score shareable config for stylelint",
4
- "version": "4.0.13",
4
+ "version": "4.0.15",
5
5
  "author": "New High Score",
6
6
  "license": "ISC",
7
7
  "private": false,
@@ -20,18 +20,18 @@
20
20
  "test": "stylelint --config stylelint.config.js --custom-formatter stylelint-junit-formatter --output-file ../../reports/stylelint-config.xml __tests__"
21
21
  },
22
22
  "dependencies": {
23
- "stylelint-config-css-modules": "4.4.0",
23
+ "stylelint-config-css-modules": "4.5.0",
24
24
  "stylelint-config-prettier": "9.0.5",
25
25
  "stylelint-config-standard-scss": "15.0.1",
26
26
  "stylelint-order": "7.0.0",
27
27
  "stylelint-prettier": "5.0.3"
28
28
  },
29
29
  "devDependencies": {
30
- "stylelint": "16.19.1",
30
+ "stylelint": "16.21.0",
31
31
  "stylelint-junit-formatter": "0.2.2"
32
32
  },
33
33
  "peerDependencies": {
34
- "prettier": "3.5.3",
35
- "stylelint": "16.19.1"
34
+ "prettier": "3.6.0",
35
+ "stylelint": "16.21.0"
36
36
  }
37
37
  }
@@ -6,17 +6,14 @@ module.exports = {
6
6
  ],
7
7
  plugins: ['stylelint-order'],
8
8
  rules: {
9
- // Handle collision between SCSS and CSS Modules rules
10
- // See: https://github.com/pascalduez/stylelint-config-css-modules/issues/6#issuecomment-640194712
11
- 'at-rule-no-unknown': null,
12
- 'scss/at-rule-no-unknown': [
13
- true,
9
+ 'at-rule-empty-line-before': [
10
+ 'always',
14
11
  {
15
- ignoreAtRules: ['value']
12
+ except: ['blockless-after-same-name-blockless', 'first-nested'],
13
+ ignore: ['after-comment'],
14
+ ignoreAtRules: ['else', 'value']
16
15
  }
17
16
  ],
18
- 'function-no-unknown': null,
19
- 'scss/function-no-unknown': null,
20
17
  'media-feature-range-notation': 'prefix',
21
18
  'selector-class-pattern': null,
22
19
  'value-keyword-case': [