Skip to content

Commit

Permalink
Merge pull request #169 from acelaya-forks/feature/js-standard-update
Browse files Browse the repository at this point in the history
Update JS coding standard
  • Loading branch information
acelaya committed Apr 7, 2024
2 parents a9ca6ed + c22fd5b commit 7da983e
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 79 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ updates:
fontawesome:
patterns:
- '@fortawesome/*'
eslint:
patterns:
- '@shlinkio/eslint-config-js-coding-standard'
- '@typescript-eslint/*'
- 'eslint'
shlink:
patterns:
- '@shlinkio/*'
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]
### Added
* *Nothing*

### Changed
* Update JS coding standard

### Deprecated
* *Nothing*

### Removed
* *Nothing*

### Fixed
* *Nothing*


## [0.5.0] - 2024-03-17
### Added
* Add theme overwrite styles for `.form-select`.
Expand Down
Loading

0 comments on commit 7da983e

Please sign in to comment.