Skip to content

Commit

Permalink
fix(epl): standings show points for teams with long names
Browse files Browse the repository at this point in the history
closes #15631
  • Loading branch information
jfkisafk committed Dec 1, 2024
1 parent b5ee7a0 commit 3ac8913
Show file tree
Hide file tree
Showing 6 changed files with 2,016 additions and 4,453 deletions.
8 changes: 1 addition & 7 deletions extensions/premier-league/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
"extends": ["@raycast"]
}
5 changes: 5 additions & 0 deletions extensions/premier-league/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Premier League Changelog

## [Fixes] - {PR_MERGE_DATE}

- Fixed standings to show points for teams with long names. Teams with names greater than 20 characters use short names.
- Updated the dependencies and removed critical security vulnerabilities, plus unnecessary dependencies.

## [Awards & Match Day Essentials] - 2024-09-28
- Added live match commentary and line-up information for each fixture, providing a more immersive experience.
- Added the "award" command to view a list of Premier League individual and team awards, including winners and statistics.
Expand Down
7 changes: 0 additions & 7 deletions extensions/premier-league/eslint.config.mjs

This file was deleted.

Loading

0 comments on commit 3ac8913

Please sign in to comment.