@alexaegis/stylelint-config 0.6.0 → 0.6.2

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/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
1
  import type { Config } from 'stylelint';
2
2
  declare const _default: Config;
3
3
  export default _default;
4
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alexaegis/stylelint-config",
3
3
  "description": "My stylelint config",
4
- "version": "0.6.0",
4
+ "version": "0.6.2",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "archetype": {
@@ -55,16 +55,16 @@
55
55
  "stylelint-config-standard-scss": "^10.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@alexaegis/eslint-config-vitest": "^0.6.0",
59
- "@alexaegis/ts": "^0.6.0",
60
- "@alexaegis/vite": "^0.6.0",
61
- "@alexaegis/vitest": "^0.6.0",
62
- "@types/node": "^20.4.4",
63
- "publint": "^0.1.16",
58
+ "@alexaegis/eslint-config-vitest": "^0.6.2",
59
+ "@alexaegis/ts": "^0.6.2",
60
+ "@alexaegis/vite": "^0.6.2",
61
+ "@alexaegis/vitest": "^0.6.2",
62
+ "@types/node": "^20.4.5",
63
+ "publint": "^0.2.0",
64
64
  "stylelint": "^15.10.2",
65
65
  "typescript": "^5.1.6",
66
- "vite": "^4.4.7",
67
- "vitest": "^0.33.0"
66
+ "vite": "^4.4.8",
67
+ "vitest": "^0.34.1"
68
68
  },
69
69
  "scripts": {
70
70
  "build": "turbo run build-lib_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/stylelint-config",
@@ -74,7 +74,7 @@
74
74
  "lint:es": "turbo run lint:es_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/stylelint-config",
75
75
  "lint:es_": "eslint --max-warnings=0 --fix --no-error-on-unmatched-pattern .",
76
76
  "lint:format": "turbo run lint:format_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/stylelint-config",
77
- "lint:format_": "prettier --cache-location .cache/prettier --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss --check .",
77
+ "lint:format_": "prettier --cache-location .cache/prettier --check .",
78
78
  "lint:md": "turbo run lint:md_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/stylelint-config",
79
79
  "lint:md_": "remark --frail --no-stdout --silently-ignore .",
80
80
  "lint:tsc": "turbo run lint:tsc_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/stylelint-config",
@@ -83,7 +83,7 @@
83
83
  "publint_": "publint dist",
84
84
  "all": "BUILD_REASON='publish' turbo run all_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/stylelint-config",
85
85
  "format": "turbo run format_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/stylelint-config",
86
- "format_": "prettier --cache-location .cache/prettier --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss --write .",
86
+ "format_": "prettier --cache-location .cache/prettier --write .",
87
87
  "test": "turbo run test_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/stylelint-config",
88
88
  "test_": "vitest --passWithNoTests --coverage --run",
89
89
  "test:watch": "vitest --passWithNoTests --coverage"
package/index.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;;AAExC,wBAkBY"}