stylelint-config-skyux 12.20.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/README.md +3 -0
- package/package.json +42 -0
- package/src/index.d.ts +8 -0
- package/src/index.js +8 -0
- package/src/index.js.map +1 -0
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "stylelint-config-skyux",
|
|
3
|
+
"version": "12.20.0",
|
|
4
|
+
"author": "Blackbaud, Inc.",
|
|
5
|
+
"description": "Recommended Stylelint configuration for SKY UX projects",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "./src/index.js",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"blackbaud",
|
|
10
|
+
"skyux"
|
|
11
|
+
],
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "git+https://github.com/blackbaud/skyux.git"
|
|
16
|
+
},
|
|
17
|
+
"bugs": {
|
|
18
|
+
"url": "https://github.com/blackbaud/skyux/issues"
|
|
19
|
+
},
|
|
20
|
+
"homepage": "https://github.com/blackbaud/skyux#readme",
|
|
21
|
+
"schematics": "@skyux-sdk/stylelint-schematics/collection.json",
|
|
22
|
+
"ng-add": {
|
|
23
|
+
"save": "devDependencies"
|
|
24
|
+
},
|
|
25
|
+
"ng-update": {
|
|
26
|
+
"packageGroupName": "stylelint-config-skyux",
|
|
27
|
+
"migrations": "@skyux-sdk/stylelint-schematics/migrations.json",
|
|
28
|
+
"packageGroup": {
|
|
29
|
+
"@skyux-sdk/stylelint-schematics": "12.20.0"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"@skyux-sdk/stylelint-schematics": "12.20.0",
|
|
34
|
+
"tslib": "^2.8.1"
|
|
35
|
+
},
|
|
36
|
+
"peerDependencies": {
|
|
37
|
+
"skyux-stylelint": "12.20.0",
|
|
38
|
+
"stylelint-config-recommended-scss": "^15.0.1"
|
|
39
|
+
},
|
|
40
|
+
"types": "./src/index.d.ts",
|
|
41
|
+
"module": "./src/index.js"
|
|
42
|
+
}
|
package/src/index.d.ts
ADDED
package/src/index.js
ADDED
package/src/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../libs/sdk/stylelint-config-skyux/src/index.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,OAAO,EAAE,CAAC,mCAAmC,CAAC;IAC9C,OAAO,EAAE,CAAC,iBAAiB,CAAC;IAC5B,KAAK,EAAE;QACL,kCAAkC,EAAE,IAAI;KACzC;CACF,CAAC"}
|