Skip to content

Commit

Permalink
Prefer core sets in stylelint (#363)
Browse files Browse the repository at this point in the history
* `npm uninstall stylelint-config-standard && npm install --save-dev stylelint-config-recommended`

* Use smaller linter for stylelint to suppress noise
  • Loading branch information
kachick committed Jul 11, 2023
1 parent 7fea63f commit d192a47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": ["stylelint-config-standard"]
"extends": ["stylelint-config-recommended"]
}
26 changes: 1 addition & 25 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 @@ -32,7 +32,7 @@
"elm-test": "^0.19.1-revision12",
"eslint": "^8.44.0",
"stylelint": "^15.10.1",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-recommended": "^13.0.0",
"typescript": "^5.1.6",
"vite": "^4.4.2",
"vite-plugin-elm": "^2.8.0"
Expand Down
2 changes: 1 addition & 1 deletion public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

html {
font-family: Caveat, cursive;
font-family: 'Caveat', cursive;
background-color: var(--brand-base-color);
width: 100%;
height: var(--page-height);
Expand Down

0 comments on commit d192a47

Please sign in to comment.