-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from IvanKuchin/development
First version
- Loading branch information
Showing
303 changed files
with
103,393 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
extends: "eslint:recommended" | ||
env: | ||
browser: true | ||
es2021: true | ||
jquery: true | ||
|
||
# --- avoid no-undef warning for variables below | ||
globals: | ||
helpdesk_ticket_list_obj: writable | ||
document: writable | ||
Image: writable | ||
isMobile: writable | ||
jQuery: writable | ||
localStorage: writable | ||
location: writable | ||
navigator: writable | ||
Notification: writable | ||
session_pi: writable | ||
setTimeout: writable | ||
sms_confirmation: writable | ||
system_calls: writable | ||
system_notifications: writable | ||
StackTrace: writable | ||
troubleshooting: writable | ||
Uint8Array: writable | ||
window: writable | ||
|
||
# --- rules turn on/off | ||
#rules: | ||
# "no-undef": off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name-template: 'v$RESOLVED_VERSION' | ||
tag-template: 'v$RESOLVED_VERSION' | ||
template: | | ||
# Changelog ... | ||
$CHANGES | ||
See details of [all code changes](https://github.com/ivankuchin/timecard.ru/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) since previous release | ||
categories: | ||
- title: '🚀 Features' | ||
labels: | ||
- 'feature' | ||
- 'enhancement' | ||
- title: '🐛 Bug Fixes' | ||
labels: | ||
- 'fix' | ||
- 'bugfix' | ||
- 'bug' | ||
- title: '🧰 Maintenance' | ||
labels: | ||
- 'infrastructure' | ||
- 'automation' | ||
- 'documentation' | ||
- title: '🏎 Performance' | ||
label: 'performance' | ||
change-template: '- $TITLE @$AUTHOR (#$NUMBER)' | ||
version-resolver: | ||
major: | ||
labels: | ||
- 'type: breaking' | ||
minor: | ||
labels: | ||
- 'type: enhancement' | ||
patch: | ||
labels: | ||
- 'type: bug' | ||
- 'type: maintenance' | ||
- 'type: documentation' | ||
default: patch |
Oops, something went wrong.
fce5a31
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misspellings found, please review:
To accept these changes, run the following commands from this repository on this branch
fce5a31
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misspellings found, please review:
To accept these changes, run the following commands from this repository on this branch
fce5a31
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misspellings found, please review:
To accept these changes, run the following commands from this repository on this branch