Skip to content

Commit

Permalink
Merge pull request #583 from acelaya-forks/feature/js-standard-update
Browse files Browse the repository at this point in the history
Feature/js standard update
  • Loading branch information
acelaya authored Apr 7, 2024
2 parents 604eb05 + e28e2d5 commit 1e0331e
Show file tree
Hide file tree
Showing 7 changed files with 444 additions and 257 deletions.
8 changes: 0 additions & 8 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@
"parserOptions": {
"project": "./tsconfig.json"
},
"rules": {
"jsx-a11y/control-has-associated-label": "off",
"jsx-a11y/label-has-associated-control": "off",
"jsx-a11y/click-events-have-key-events": "off",
"jsx-a11y/no-static-element-interactions": "off",
"jsx-a11y/anchor-has-content": "off",
"jsx-a11y/anchor-is-valid": "off"
},
"overrides": [
{
"files": ["src/pages/**/*.tsx"],
Expand Down
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ updates:
types:
patterns:
- '@types/*'
eslint:
patterns:
- '@shlinkio/eslint-config-js-coding-standard'
- '@typescript-eslint/*'
- 'eslint'
- package-ecosystem: docker
directory: '/'
schedule:
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), and this project adheres to [Semantic Versioning](https://semver.org).

## [7.7.0] - 2024-04-07
### Added
* Update to actual Bluesky logo

### Changed
* Update JS coding standard

### Deprecated
* *Nothing*

### Removed
* *Nothing*

### Fixed
* *Nothing*


## [7.6.0] - 2024-03-05
### Added
* Add JS SDK link
Expand Down
Loading

0 comments on commit 1e0331e

Please sign in to comment.