Skip to content

Commit

Permalink
fix(scripts): Use the SCSS shared stylelint-config-wordpress config (#…
Browse files Browse the repository at this point in the history
…17060)

* fix(scripts): use the SCSS shared stylelint-config-wordpress config

* Update CHANGELOG.md
  • Loading branch information
ntwb authored and gziolo committed Aug 29, 2019
1 parent b34b7b7 commit d4c9afb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
- The bundled `eslint` dependency has been updated from requiring `^5.16.0` to requiring `^6.1.0`.
- The bundled `@wordpress/eslint-plugin` dependency has been updated to the next major version `^3.0.0` due to new ESLint rules enabled for all test files.

### Bug Fix

- Use the SCSS shared `stylelint-config-wordpress` config so that both CSS and SCSS rules are used ([#17060](https://github.com/WordPress/gutenberg/pull/17060))

## 3.4.0 (2019-08-05)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/config/.stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "stylelint-config-wordpress"
"extends": "stylelint-config-wordpress/scss"
}

0 comments on commit d4c9afb

Please sign in to comment.