Skip to content

Commit 2647e30

Browse files
author
Ned Zimmerman
committed
Add stylelint-scss.
1 parent 536b4d2 commit 2647e30

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

package-lock.json

Lines changed: 25 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pressbooks-build-tools",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "NPM package which includes all asset linting and build tools for Pressbooks projects.",
55
"main": "index.js",
66
"scripts": {
@@ -36,6 +36,7 @@
3636
"rimraf": "~2.6",
3737
"stylelint": "^8.3.1",
3838
"stylelint-config-recommended-scss": "^3.0.0",
39+
"stylelint-scss": "^2.2.0",
3940
"stylelint-webpack-plugin": "^0.9.0",
4041
"wp-pot-cli": "^1.0.1"
4142
}

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6075,7 +6075,7 @@ postcss-selector-parser@^2.0.0, postcss-selector-parser@^2.2.2:
60756075
indexes-of "^1.0.1"
60766076
uniq "^1.0.1"
60776077

6078-
postcss-selector-parser@^3.1.0:
6078+
postcss-selector-parser@^3.1.0, postcss-selector-parser@^3.1.1:
60796079
version "3.1.1"
60806080
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz#4f875f4afb0c96573d5cf4d74011aee250a7e865"
60816081
dependencies:
@@ -7442,6 +7442,16 @@ stylelint-config-recommended@^2.0.0:
74427442
version "2.0.0"
74437443
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-2.0.0.tgz#560a028e81ea3ca8894b9a8eef4c0e05ac60e090"
74447444

7445+
stylelint-scss@^2.2.0:
7446+
version "2.2.0"
7447+
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-2.2.0.tgz#3e324bf13346db7af21cd24ad57fe3202f7c3823"
7448+
dependencies:
7449+
lodash "^4.17.4"
7450+
postcss-media-query-parser "^0.2.3"
7451+
postcss-resolve-nested-selector "^0.1.1"
7452+
postcss-selector-parser "^3.1.1"
7453+
postcss-value-parser "^3.3.0"
7454+
74457455
stylelint-webpack-plugin@^0.9.0:
74467456
version "0.9.0"
74477457
resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.9.0.tgz#acc27351751dfa0113ad0eb8919946dcfc0922e2"

0 commit comments

Comments
 (0)