Skip to content

Commit

Permalink
chore(package): update eslint-config-stylelint to version 4.0.0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed May 31, 2020
1 parent d15a1c3 commit 9adab0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/stylelint-config-wordpress/__tests__/values.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ test("There are warnings with invalid values CSS", t => {
t.is(warnings[4].text, "Unexpected unit (length-zero-no-unit)", "correct warning text")
t.is(warnings[5].text, "Unexpected unit (length-zero-no-unit)", "correct warning text")
t.is(warnings[6].text, "Unexpected unit (length-zero-no-unit)", "correct warning text")
t.is(warnings[7].text, "Unexpected longhand value '0px 0px 20px 0px' instead of '0px 0px 20px' (shorthand-property-no-redundant-values)", "correct warning text") })
t.is(warnings[7].text, "Unexpected longhand value '0px 0px 20px 0px' instead of '0px 0px 20px' (shorthand-property-no-redundant-values)", "correct warning text") })
})
2 changes: 1 addition & 1 deletion packages/stylelint-config-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ava": "^0.16.0",
"eslint": "^2.4.0",
"eslint-plugin-ava": "^2.2.1",
"eslint-config-stylelint": "^2.0.0",
"eslint-config-stylelint": "^4.0.0",
"npmpub": "^3.0.3",
"stylelint": "^7.2.0"
},
Expand Down

0 comments on commit 9adab0f

Please sign in to comment.