Skip to content

Commit

Permalink
Merge pull request #319 from david-tejada/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies and remove unnecessary ones
  • Loading branch information
david-tejada authored Sep 28, 2024
2 parents 0cafd81 + 061cc17 commit def2f7d
Show file tree
Hide file tree
Showing 11 changed files with 662 additions and 750 deletions.
12 changes: 12 additions & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
extends: ["stylelint-config-standard"],
rules: {
"selector-class-pattern": [
"^([a-z]+(-[a-z0-9]+)*)|([A-Z][a-z0-9]*)+$",
{
message: (selector) =>
`Expected class selector "${selector}" to be kebab-case or PascalCase`,
},
],
},
};
Loading

0 comments on commit def2f7d

Please sign in to comment.