Skip to content

Commit fe476fa

Browse files
authored
Merge pull request #293 from acelaya-forks/feature/js-standard-update
Update JS coding standard
2 parents bc71aa9 + 7fc2695 commit fe476fa

File tree

6 files changed

+217
-157
lines changed

6 files changed

+217
-157
lines changed

.eslintrc.json

-8
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,5 @@
55
],
66
"parserOptions": {
77
"project": "./tsconfig.json"
8-
},
9-
"rules": {
10-
"jsx-a11y/control-has-associated-label": "off",
11-
"jsx-a11y/label-has-associated-control": "off",
12-
"jsx-a11y/click-events-have-key-events": "off",
13-
"jsx-a11y/no-static-element-interactions": "off",
14-
"jsx-a11y/anchor-has-content": "off",
15-
"jsx-a11y/anchor-is-valid": "off"
168
}
179
}

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ updates:
2020
patterns:
2121
- 'vite'
2222
- '@vitejs/*'
23+
eslint:
24+
patterns:
25+
- '@shlinkio/eslint-config-js-coding-standard'
26+
- '@typescript-eslint/*'
27+
- 'eslint'
2328
- package-ecosystem: docker
2429
directory: '/'
2530
schedule:

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [2.6.0] - 2024-04-07
8+
### Added
9+
* *Nothing*
10+
11+
### Changed
12+
* Update dependencies
13+
* Update JS coding standard
14+
15+
### Deprecated
16+
* *Nothing*
17+
18+
### Removed
19+
* *Nothing*
20+
21+
### Fixed
22+
* *Nothing*
23+
24+
725
## [2.5.0] - 2024-02-10
826
### Added
927
* *Nothing*

0 commit comments

Comments
 (0)