Skip to content

Commit

Permalink
Stylelint v14 Compatibility (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyoung committed Oct 29, 2021
1 parent cbfae2a commit 0fe0f3e
Show file tree
Hide file tree
Showing 5 changed files with 2,729 additions and 1,216 deletions.
2 changes: 1 addition & 1 deletion __tests__/url-quotes.js
Expand Up @@ -21,7 +21,7 @@ test("URL quotes scss", t => {

function checkResult(result) {
t.equal(result.warnings().length, 1, "flags 1 warning")
t.is(result.warnings()[0].text, "Expected quotes (function-url-quotes)", "correct warning text")
t.is(result.warnings()[0].text, "Expected quotes around \"url\" function argument (function-url-quotes)", "correct warning text")
}
})

Expand Down
1 change: 1 addition & 0 deletions index.js
@@ -1,5 +1,6 @@
module.exports = {
"plugins": ["stylelint-order", "stylelint-scss"],
"customSyntax": "postcss-scss",
"rules": {
"at-rule-disallowed-list": ["debug"],
"at-rule-no-unknown": null,
Expand Down

0 comments on commit 0fe0f3e

Please sign in to comment.