Skip to content

Commit bdc4c5d

Browse files
chore(deps): update dependency stylelint-config-standard to v37 (#448)
* chore(deps): update dependency stylelint-config-standard to v37 * chore: linting --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kptdobe <[email protected]>
1 parent eb79f50 commit bdc4c5d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"eslint-config-airbnb-base": "15.0.0",
2525
"eslint-plugin-import": "2.31.0",
2626
"stylelint": "16.15.0",
27-
"stylelint-config-standard": "36.0.1"
27+
"stylelint-config-standard": "37.0.0"
2828
}
2929
}

styles/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ button {
157157
a:any-link {
158158
color: var(--link-color);
159159
text-decoration: none;
160-
word-break: break-word;
160+
overflow-wrap: break-word;
161161
}
162162

163163
a:hover {

0 commit comments

Comments
 (0)