Skip to content

Commit

Permalink
Bump eslint-config-stylelint from 13.0.0 to 13.1.0 (#5052)
Browse files Browse the repository at this point in the history
* Bump eslint-config-stylelint from 13.0.0 to 13.1.0

Bumps [eslint-config-stylelint](https://github.com/stylelint/eslint-config-stylelint) from 13.0.0 to 13.1.0.
- [Release notes](https://github.com/stylelint/eslint-config-stylelint/releases)
- [Changelog](https://github.com/stylelint/eslint-config-stylelint/blob/master/CHANGELOG.md)
- [Commits](stylelint/eslint-config-stylelint@13.0.0...13.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Fix ESLint violation

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jeddy3 <jeddy3@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jeddy3 committed Dec 7, 2020
1 parent 2458941 commit 951ddfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion lib/getPostcssResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ module.exports = function (stylelint, options = {}) {

if (options.codeProcessors && options.codeProcessors.length) {
if (stylelint._options.fix) {
// eslint-disable-next-line no-console
console.warn(
'Autofix is incompatible with processors and will be disabled. Are you sure you need a processor?',
);
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"common-tags": "^1.8.0",
"del": "^6.0.0",
"eslint": "^7.13.0",
"eslint-config-stylelint": "^13.0.0",
"eslint-config-stylelint": "^13.1.0",
"got": "^11.8.0",
"husky": "^4.3.0",
"jest": "^26.6.3",
Expand Down

0 comments on commit 951ddfb

Please sign in to comment.