@zthun/janitor-stylelint-config 19.2.6 → 19.3.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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sources":["../src/index.mts"],"sourcesContent":["import type { Config } from \"stylelint\";\n\nconst config: Config = {\n extends: [\"stylelint-config-standard\"],\n rules: {\n /**\n * We want to support the MUI style selectors which often do\n * ComponentName-root.\n *\n * We're just going to turn this off to support this.\n */\n \"selector-class-pattern\": null,\n /**\n * In general, it's best to avoid exotic fonts, but there\n * are a few that get used that can be pretty common.\n *\n * Material makes heavy use of the Roboto font, so that's\n * an exclusion that we are going to support.\n */\n \"font-family-no-missing-generic-family-keyword\": [\n true,\n { ignoreFontFamilies: [\"Roboto\"] },\n ],\n },\n};\n\nexport default config;\n"],"names":["config","extends","rules","ignoreFontFamilies"],"mappings":";;AAEA,MAAMA,MAAiB,GAAA;IACrBC,OAAS,EAAA;AAAC,QAAA;AAA4B,KAAA;IACtCC,KAAO,EAAA;AACL;;;;;AAKC,QACD,wBAA0B,EAAA,IAAA;AAC1B;;;;;;AAMC,QACD,+CAAiD,EAAA;AAC/C,YAAA,IAAA;AACA,YAAA;gBAAEC,kBAAoB,EAAA;AAAC,oBAAA;AAAS;AAAC;AAClC;AACH;AACF;;;;"}
1
+ {"version":3,"file":"index.cjs","sources":["../src/index.mts"],"sourcesContent":["import type { Config } from \"stylelint\";\n\nconst config: Config = {\n extends: [\"stylelint-config-standard\"],\n rules: {\n /**\n * We want to support the MUI style selectors which often do\n * ComponentName-root.\n *\n * We're just going to turn this off to support this.\n */\n \"selector-class-pattern\": null,\n /**\n * In general, it's best to avoid exotic fonts, but there\n * are a few that get used that can be pretty common.\n *\n * Material makes heavy use of the Roboto font, so that's\n * an exclusion that we are going to support.\n */\n \"font-family-no-missing-generic-family-keyword\": [\n true,\n { ignoreFontFamilies: [\"Roboto\"] },\n ],\n },\n};\n\nexport default config;\n"],"names":["config","extends","rules","ignoreFontFamilies"],"mappings":";;AAEA,MAAMA,MAAAA,GAAiB;IACrBC,OAAAA,EAAS;AAAC,QAAA;AAA4B,KAAA;IACtCC,KAAAA,EAAO;AACL;;;;;AAKC,QACD,wBAAA,EAA0B,IAAA;AAC1B;;;;;;AAMC,QACD,+CAAA,EAAiD;AAC/C,YAAA,IAAA;AACA,YAAA;gBAAEC,kBAAAA,EAAoB;AAAC,oBAAA;AAAS;AAAC;AAClC;AACH;AACF;;;;"}
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../src/index.mts"],"sourcesContent":["import type { Config } from \"stylelint\";\n\nconst config: Config = {\n extends: [\"stylelint-config-standard\"],\n rules: {\n /**\n * We want to support the MUI style selectors which often do\n * ComponentName-root.\n *\n * We're just going to turn this off to support this.\n */\n \"selector-class-pattern\": null,\n /**\n * In general, it's best to avoid exotic fonts, but there\n * are a few that get used that can be pretty common.\n *\n * Material makes heavy use of the Roboto font, so that's\n * an exclusion that we are going to support.\n */\n \"font-family-no-missing-generic-family-keyword\": [\n true,\n { ignoreFontFamilies: [\"Roboto\"] },\n ],\n },\n};\n\nexport default config;\n"],"names":["config","extends","rules","ignoreFontFamilies"],"mappings":"AAEA,MAAMA,MAAiB,GAAA;IACrBC,OAAS,EAAA;AAAC,QAAA;AAA4B,KAAA;IACtCC,KAAO,EAAA;AACL;;;;;AAKC,QACD,wBAA0B,EAAA,IAAA;AAC1B;;;;;;AAMC,QACD,+CAAiD,EAAA;AAC/C,YAAA,IAAA;AACA,YAAA;gBAAEC,kBAAoB,EAAA;AAAC,oBAAA;AAAS;AAAC;AAClC;AACH;AACF;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../src/index.mts"],"sourcesContent":["import type { Config } from \"stylelint\";\n\nconst config: Config = {\n extends: [\"stylelint-config-standard\"],\n rules: {\n /**\n * We want to support the MUI style selectors which often do\n * ComponentName-root.\n *\n * We're just going to turn this off to support this.\n */\n \"selector-class-pattern\": null,\n /**\n * In general, it's best to avoid exotic fonts, but there\n * are a few that get used that can be pretty common.\n *\n * Material makes heavy use of the Roboto font, so that's\n * an exclusion that we are going to support.\n */\n \"font-family-no-missing-generic-family-keyword\": [\n true,\n { ignoreFontFamilies: [\"Roboto\"] },\n ],\n },\n};\n\nexport default config;\n"],"names":["config","extends","rules","ignoreFontFamilies"],"mappings":"AAEA,MAAMA,MAAAA,GAAiB;IACrBC,OAAAA,EAAS;AAAC,QAAA;AAA4B,KAAA;IACtCC,KAAAA,EAAO;AACL;;;;;AAKC,QACD,wBAAA,EAA0B,IAAA;AAC1B;;;;;;AAMC,QACD,+CAAA,EAAiD;AAC/C,YAAA,IAAA;AACA,YAAA;gBAAEC,kBAAAA,EAAoB;AAAC,oBAAA;AAAS;AAAC;AAClC;AACH;AACF;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zthun/janitor-stylelint-config",
3
- "version": "19.2.6",
3
+ "version": "19.3.1",
4
4
  "description": "A shared configuration for stylelint for @zthun scoped projects.",
5
5
  "keywords": [
6
6
  "stylelint",
@@ -31,10 +31,10 @@
31
31
  "stylelint-config-standard": "^38.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@zthun/janitor-build-config": "^19.2.6",
34
+ "@zthun/janitor-build-config": "^19.3.1",
35
35
  "postcss": "^8.5.6",
36
- "stylelint": "^16.21.0",
37
- "vite": "^6.3.5"
36
+ "stylelint": "^16.21.1",
37
+ "vite": "^7.0.5"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "postcss": "^8.0.0",
@@ -44,5 +44,5 @@
44
44
  "access": "public"
45
45
  },
46
46
  "author": "Anthony Bonta",
47
- "gitHead": "d8a148232926164c5899ff7f4587dec5296fda4e"
47
+ "gitHead": "7cb5cce17f3322050d71d5bf4e2debb1b9cc5163"
48
48
  }