Skip to content

Commit

Permalink
Merge pull request #1222 from acelaya-forks/feature/update-coding-sta…
Browse files Browse the repository at this point in the history
…ndard

Update coding standard to v3.0.0
  • Loading branch information
acelaya committed Jun 20, 2024
2 parents e4fcfdb + f530fb4 commit a6ec7be
Show file tree
Hide file tree
Showing 8 changed files with 863 additions and 128 deletions.
10 changes: 0 additions & 10 deletions .eslintrc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ updates:
eslint-plugins: # TODO Add eslint back once updated to v9
patterns:
- '@shlinkio/eslint-config-js-coding-standard'
- '@typescript-eslint/*'
- 'typescript-eslint'
- '*eslint-plugin*'
shlink:
patterns:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Changed
* Update to `@shlinkio/shlink-web-component` 0.7 and use `ShlinkWebSettings` to replace local settings UI.
* Update to `@shlinkio/eslint-config-js-coding-standard` 3.0, and migrate to ESLint flat config.

### Deprecated
* *Nothing*
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 shlink from '@shlinkio/eslint-config-js-coding-standard';

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

0 comments on commit a6ec7be

Please sign in to comment.