Skip to content

Commit

Permalink
Merge pull request #124 from acelaya-forks/feature/update-coding-stan…
Browse files Browse the repository at this point in the history
…dard

Update coding standard to v3.0.0
  • Loading branch information
acelaya authored Jun 20, 2024
2 parents 869f880 + 58f72bc commit 572e35e
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 115 deletions.
9 changes: 0 additions & 9 deletions .eslintrc

This file was deleted.

4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ updates:
eslint-plugins: # TODO Add eslint back once updated to v9
patterns:
- '@shlinkio/eslint-config-js-coding-standard'
- '@typescript-eslint/*'
- 'eslint-plugin-*'
- 'typescript-eslint'
- '*eslint-plugin*'
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 and migrate to ESLint flat config.

### Deprecated
* *Nothing*

### Removed
* *Nothing*

### Fixed
* *Nothing*


## [1.1.0] - 2024-04-16
### Added
* Add optional `visitedUrl` prop in `ShlinkRegularVisit`, to fulfil what Shlink 4.1.0 now supports.
Expand Down
4 changes: 4 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { baseConfig } from '@shlinkio/eslint-config-js-coding-standard';

/* eslint-disable-next-line no-restricted-exports */
export default baseConfig;
Loading

0 comments on commit 572e35e

Please sign in to comment.