Skip to content

Commit

Permalink
Add SCSS configuration for Stylelint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Dec 5, 2017
1 parent ecafc3d commit 536b4d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pressbooks-build-tools",
"version": "0.3.1",
"version": "0.4.0",
"description": "NPM package which includes all asset linting and build tools for Pressbooks projects.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"prettier-stylelint": "^0.4.2",
"rimraf": "~2.6",
"stylelint": "^8.3.1",
"stylelint-config-standard": "^18.0.0",
"stylelint-config-recommended-scss": "^3.0.0",
"stylelint-webpack-plugin": "^0.9.0",
"wp-pot-cli": "^1.0.1"
}
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7432,16 +7432,16 @@ style-search@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"

stylelint-config-recommended-scss@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-3.0.0.tgz#1604a7c5774acee202bf2cedbcbde8ee5efbdecd"
dependencies:
stylelint-config-recommended "^2.0.0"

stylelint-config-recommended@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-2.0.0.tgz#560a028e81ea3ca8894b9a8eef4c0e05ac60e090"

stylelint-config-standard@^18.0.0:
version "18.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-18.0.0.tgz#0d872b40fafdcddcf4188fb5b64ddb3887e8aefc"
dependencies:
stylelint-config-recommended "^2.0.0"

stylelint-webpack-plugin@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.9.0.tgz#acc27351751dfa0113ad0eb8919946dcfc0922e2"
Expand Down

0 comments on commit 536b4d2

Please sign in to comment.