Skip to content

Commit

Permalink
feat: add react-loading-skeleton package (#244)
Browse files Browse the repository at this point in the history
* feat: add react-loading-skeleton package

Add the react-loading-skeleton package to the project dependencies in package.json. This package will be used to display loading skeletons in the AutoLoad component.

* chore: remove body-max-line-length rule from commitlint.config.ts
  • Loading branch information
sghsri authored Oct 1, 2024
1 parent 8bb6f90 commit b4dd91a
Show file tree
Hide file tree
Showing 4 changed files with 291 additions and 290 deletions.
1 change: 0 additions & 1 deletion commitlint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export default {
parserPreset: 'conventional-changelog-conventionalcommits',
rules: {
'body-leading-blank': [RuleConfigSeverity.Warning, 'always'] as const,
'body-max-line-length': [RuleConfigSeverity.Error, 'always', 100] as const,
'footer-leading-blank': [RuleConfigSeverity.Warning, 'always'] as const,
'footer-max-line-length': [RuleConfigSeverity.Error, 'always', 100] as const,
'header-max-length': [RuleConfigSeverity.Error, 'always', 100] as const,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"nanoid": "^5.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loading-skeleton": "^3.5.0",
"sass": "^1.71.1",
"sql.js": "1.10.2"
},
Expand Down
Loading

0 comments on commit b4dd91a

Please sign in to comment.