Skip to content

Commit

Permalink
Add support for Stylelint v16
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Dec 8, 2023
1 parent 9a7b562 commit 6c97de5
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 687 deletions.
1 change: 1 addition & 0 deletions jest-setup.js
Expand Up @@ -27,6 +27,7 @@ global.testConfig = (input) => {
.lint({
code: '',
config,
quietDeprecationWarnings: true,
})
.then((data) => {
const { invalidOptionWarnings } = data.results[0];
Expand Down

0 comments on commit 6c97de5

Please sign in to comment.