@alexaegis/stylelint-config 0.1.9 → 0.2.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.
package/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  const index = {
3
- extends: ["stylelint-config-standard"]
3
+ extends: ["stylelint-config-standard", "stylelint-config-standard-scss"]
4
4
  };
5
5
  module.exports = index;
6
6
  //# sourceMappingURL=index.cjs.map
package/index.cjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import type { Config } from 'stylelint';\n\nexport default {\n\textends: ['stylelint-config-standard'],\n} as Config;\n"],"names":[],"mappings":";AAEA,MAAe,QAAA;AAAA,EACd,SAAS,CAAC,2BAA2B;AACtC;;"}
1
+ {"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import type { Config } from 'stylelint';\n\nexport default {\n\textends: ['stylelint-config-standard', 'stylelint-config-standard-scss'],\n} as Config;\n"],"names":[],"mappings":";AAEA,MAAe,QAAA;AAAA,EACd,SAAS,CAAC,6BAA6B,gCAAgC;AACxE;;"}
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  const index = {
2
- extends: ["stylelint-config-standard"]
2
+ extends: ["stylelint-config-standard", "stylelint-config-standard-scss"]
3
3
  };
4
4
  export {
5
5
  index as default
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import type { Config } from 'stylelint';\n\nexport default {\n\textends: ['stylelint-config-standard'],\n} as Config;\n"],"names":[],"mappings":"AAEA,MAAe,QAAA;AAAA,EACd,SAAS,CAAC,2BAA2B;AACtC;"}
1
+ {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import type { Config } from 'stylelint';\n\nexport default {\n\textends: ['stylelint-config-standard', 'stylelint-config-standard-scss'],\n} as Config;\n"],"names":[],"mappings":"AAEA,MAAe,QAAA;AAAA,EACd,SAAS,CAAC,6BAA6B,gCAAgC;AACxE;"}
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.1.9",
4
+ "version": "0.2.0",
5
5
  "license": "mit",
6
6
  "private": false,
7
7
  "author": {
@@ -42,13 +42,14 @@
42
42
  "./readme": "./readme.md"
43
43
  },
44
44
  "dependencies": {
45
- "stylelint-config-standard": "^33.0.0"
45
+ "stylelint-config-standard": "^33.0.0",
46
+ "stylelint-config-standard-scss": "^8.0.0"
46
47
  },
47
48
  "devDependencies": {
48
- "@alexaegis/eslint-config-vitest": "^0.1.9",
49
- "@alexaegis/ts": "^0.1.9",
50
- "@alexaegis/vite": "^0.1.9",
51
- "@alexaegis/vitest": "^0.1.9",
49
+ "@alexaegis/eslint-config-vitest": "^0.2.0",
50
+ "@alexaegis/ts": "^0.2.0",
51
+ "@alexaegis/vite": "^0.2.0",
52
+ "@alexaegis/vitest": "^0.2.0",
52
53
  "@types/node": "^18.15.13",
53
54
  "@vitest/coverage-c8": "^0.30.1",
54
55
  "stylelint": "15.5.0",