Skip to content

Commit 536b4d2

Browse files
author
Ned Zimmerman
committed
Add SCSS configuration for Stylelint.
1 parent ecafc3d commit 536b4d2

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pressbooks-build-tools",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "NPM package which includes all asset linting and build tools for Pressbooks projects.",
55
"main": "index.js",
66
"scripts": {
@@ -35,7 +35,7 @@
3535
"prettier-stylelint": "^0.4.2",
3636
"rimraf": "~2.6",
3737
"stylelint": "^8.3.1",
38-
"stylelint-config-standard": "^18.0.0",
38+
"stylelint-config-recommended-scss": "^3.0.0",
3939
"stylelint-webpack-plugin": "^0.9.0",
4040
"wp-pot-cli": "^1.0.1"
4141
}

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7432,16 +7432,16 @@ style-search@^0.1.0:
74327432
version "0.1.0"
74337433
resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"
74347434

7435+
stylelint-config-recommended-scss@^3.0.0:
7436+
version "3.0.0"
7437+
resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-3.0.0.tgz#1604a7c5774acee202bf2cedbcbde8ee5efbdecd"
7438+
dependencies:
7439+
stylelint-config-recommended "^2.0.0"
7440+
74357441
stylelint-config-recommended@^2.0.0:
74367442
version "2.0.0"
74377443
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-2.0.0.tgz#560a028e81ea3ca8894b9a8eef4c0e05ac60e090"
74387444

7439-
stylelint-config-standard@^18.0.0:
7440-
version "18.0.0"
7441-
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-18.0.0.tgz#0d872b40fafdcddcf4188fb5b64ddb3887e8aefc"
7442-
dependencies:
7443-
stylelint-config-recommended "^2.0.0"
7444-
74457445
stylelint-webpack-plugin@^0.9.0:
74467446
version "0.9.0"
74477447
resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.9.0.tgz#acc27351751dfa0113ad0eb8919946dcfc0922e2"

0 commit comments

Comments
 (0)