@merkle-open/stylelint-config 2.0.1 → 3.0.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 +2 -2
- package/package.json +35 -36
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Shared stylelint config [](https://www.npmjs.com/package/@merkle-open/stylelint-config)
|
|
2
2
|
|
|
3
|
-
> reusable stylelint config for stylelint
|
|
3
|
+
> reusable stylelint config for stylelint 15
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
7
|
-
`npm install --save-dev stylelint@
|
|
7
|
+
`npm install --save-dev stylelint@15 @merkle-open/stylelint-config`
|
|
8
8
|
|
|
9
9
|
**stylelint.config.js**
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,36 +1,35 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@merkle-open/stylelint-config",
|
|
3
|
-
"description": "Shared stylelint config",
|
|
4
|
-
"version": "
|
|
5
|
-
"repository": "https://github.com/merkle-open/frontend-defaults",
|
|
6
|
-
"main": "./index.js",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"author": "Merkle Inc.",
|
|
9
|
-
"private": false,
|
|
10
|
-
"engines": {
|
|
11
|
-
"node": ">=14"
|
|
12
|
-
},
|
|
13
|
-
"files": [
|
|
14
|
-
"README.md",
|
|
15
|
-
"LICENSE",
|
|
16
|
-
"index.js"
|
|
17
|
-
],
|
|
18
|
-
"peerDependencies": {
|
|
19
|
-
"stylelint": "15.
|
|
20
|
-
},
|
|
21
|
-
"devDependencies": {
|
|
22
|
-
"jest": "29.5.0",
|
|
23
|
-
"stylelint": "15.
|
|
24
|
-
},
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"@namics/stylelint-bem": "8.1.0",
|
|
27
|
-
"stylelint-config-standard-scss": "
|
|
28
|
-
},
|
|
29
|
-
"scripts": {
|
|
30
|
-
"lint:css": "stylelint tests/**/*.*ss --allow-empty-input",
|
|
31
|
-
"prepublishOnly": "npm test",
|
|
32
|
-
"test": "jest",
|
|
33
|
-
"watch-test": "jest --watchAll"
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@merkle-open/stylelint-config",
|
|
3
|
+
"description": "Shared stylelint config",
|
|
4
|
+
"version": "3.0.0",
|
|
5
|
+
"repository": "https://github.com/merkle-open/frontend-defaults",
|
|
6
|
+
"main": "./index.js",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"author": "Merkle Inc.",
|
|
9
|
+
"private": false,
|
|
10
|
+
"engines": {
|
|
11
|
+
"node": ">=14"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"README.md",
|
|
15
|
+
"LICENSE",
|
|
16
|
+
"index.js"
|
|
17
|
+
],
|
|
18
|
+
"peerDependencies": {
|
|
19
|
+
"stylelint": "^15.5.0"
|
|
20
|
+
},
|
|
21
|
+
"devDependencies": {
|
|
22
|
+
"jest": "29.5.0",
|
|
23
|
+
"stylelint": "15.9.0"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@namics/stylelint-bem": "8.1.0",
|
|
27
|
+
"stylelint-config-standard-scss": "9.0.0"
|
|
28
|
+
},
|
|
29
|
+
"scripts": {
|
|
30
|
+
"lint:css": "stylelint tests/**/*.*ss --allow-empty-input",
|
|
31
|
+
"prepublishOnly": "npm test",
|
|
32
|
+
"test": "jest",
|
|
33
|
+
"watch-test": "jest --watchAll"
|
|
34
|
+
}
|
|
35
|
+
}
|