Skip to content

Commit

Permalink
refactor: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhadip committed Nov 4, 2023
1 parent 02b066e commit cc86862
Show file tree
Hide file tree
Showing 10 changed files with 2,250 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .eslintcache

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
'no-useless-constructor': 'off',
indent: 'off',
'no-tabs': 'error',
'max-len': [2, 140, 4, { ignoreUrls: true }],
'max-len': [2, 200, 4, { ignoreUrls: true }],
'no-template-curly-in-string': 'error',
'prefer-arrow-callback': 'error',
'no-param-reassign': 'off',
Expand Down
37 changes: 37 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"branches": [
"main",
"master"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/npm",
{
"npmPublish": true,
"pkgRoot": "./build"
}
],
[
"@semantic-release/github"
],
[
"@semantic-release/git",
{
"assets": [
"/build",
"CHANGELOG.md",
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}
1 change: 1 addition & 0 deletions build/DatePickerComponent.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cc86862

Please sign in to comment.