Skip to content

Commit

Permalink
Implement stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
rcowsill committed May 16, 2024
1 parent 3724e17 commit 844b6b4
Show file tree
Hide file tree
Showing 3 changed files with 1,575 additions and 43 deletions.
8 changes: 8 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "stylelint-config-standard",
"rules": {
"declaration-block-no-redundant-longhand-properties": [true, { "ignoreShorthands": ["grid-template"] }],
"rule-empty-line-before": ["always-multi-line", { "ignore": ["after-comment", "first-nested", "inside-block"] }],
"value-keyword-case": ["lower", { "camelCaseSvgKeywords": true }]
}
}
Loading

0 comments on commit 844b6b4

Please sign in to comment.