@enigmatry/stylelint-config 20.3.2 → 21.1.1

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 +2 -9
  2. package/package.json +7 -7
package/index.js CHANGED
@@ -281,12 +281,7 @@ module.exports = {
281
281
  "scss/at-else-empty-line-before": "never",
282
282
  "scss/at-else-if-parentheses-space-before": "never",
283
283
  "scss/at-extend-no-missing-placeholder": true,
284
- "scss/at-function-named-arguments": [
285
- "never",
286
- {
287
- ignoreFunctions: ["color.adjust"]
288
- }
289
- ],
284
+ "scss/at-function-named-arguments": null,
290
285
  "scss/at-function-parentheses-space-before": "never",
291
286
  "scss/at-function-pattern": null,
292
287
  "scss/at-if-closing-brace-newline-after": null,
@@ -295,11 +290,9 @@ module.exports = {
295
290
  "scss/at-import-partial-extension-allowed-list": [
296
291
  "scss"
297
292
  ],
298
- "scss/at-import-partial-extension-blacklist": null,
299
293
  "scss/at-import-partial-extension-disallowed-list": [
300
294
  "sass"
301
295
  ],
302
- "scss/at-import-partial-extension-whitelist": null,
303
296
  "scss/at-mixin-argumentless-call-parentheses": "always",
304
297
  "scss/at-mixin-named-arguments": null,
305
298
  "scss/at-mixin-no-risky-nesting-selector": true,
@@ -341,7 +334,7 @@ module.exports = {
341
334
  "scss/function-no-unknown": [
342
335
  true,
343
336
  {
344
- ignoreFunctions: ["/^-/", "/^mat\\./", "/^theming\\.mat/"]
337
+ ignoreFunctions: ["/^-/", "/^mat\\./", "/^theming\\.mat/", "sass"]
345
338
  }
346
339
  ],
347
340
  "scss/function-quote-no-quoted-strings-inside": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enigmatry/stylelint-config",
3
- "version": "20.3.2",
3
+ "version": "21.1.1",
4
4
  "author": "Enigmatry",
5
5
  "description": "Stylelint shareable config for the Enigmatry style.",
6
6
  "homepage": "https://github.com/enigmatry/entry-angular-building-blocks/tree/master/libs/stylelint-config#readme",
@@ -14,13 +14,13 @@
14
14
  ],
15
15
  "dependencies": {
16
16
  "postcss-scss": "^4.0.9",
17
- "stylelint": "^16.25.0",
18
- "stylelint-config-property-sort-order-smacss": "^10.0.0",
19
- "@stylistic/stylelint-plugin": "^4.0.0",
20
- "stylelint-use-nesting": "^6.0.0",
21
- "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
17
+ "stylelint": "^17.1.1",
18
+ "stylelint-config-property-sort-order-smacss": "^11.1.0",
19
+ "@stylistic/stylelint-plugin": "^5.0.1",
20
+ "stylelint-use-nesting": "^6.0.1",
21
+ "stylelint-declaration-block-no-ignored-properties": "^3.0.0",
22
22
  "stylelint-file-max-lines": "^1.0.0",
23
- "stylelint-scss": "^6.12.1",
23
+ "stylelint-scss": "^7.0.0",
24
24
  "stylelint-group-selectors": "^1.0.10"
25
25
  },
26
26
  "deprecatedDependencies": {