You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,22 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [Convential Commits](https://www.conventionalcommits.org/en/v1.0.0/#specification) for commit guidelines.
4
4
5
-
## [0.2.1](https://github.com/nrkno/sofie-eslint-plugin/compare/v0.2.1-1...v0.2.1) (Fri Jun 13 2025)
6
-
5
+
## [0.2.1](https://github.com/Sofie-Automation/sofie-eslint-plugin/compare/v0.2.1-1...v0.2.1) (Fri Jun 13 2025)
## [0.2.1-1](https://github.com/nrkno/sofie-eslint-plugin/compare/v0.2.1-0...v0.2.1-1) (Tue May 20 2025)
11
+
## [0.2.1-1](https://github.com/Sofie-Automation/sofie-eslint-plugin/compare/v0.2.1-0...v0.2.1-1) (Tue May 20 2025)
13
12
14
-
## [0.2.1-0](https://github.com/nrkno/sofie-eslint-plugin/compare/v0.2.0...v0.2.1-0) (Tue May 20 2025)
13
+
## [0.2.1-0](https://github.com/Sofie-Automation/sofie-eslint-plugin/compare/v0.2.0...v0.2.1-0) (Tue May 20 2025)
15
14
16
-
## [0.2.0](https://github.com/nrkno/sofie-eslint-plugin/compare/v0.1.1...v0.2.0) (Tue Feb 04 2025)
15
+
## [0.2.0](https://github.com/Sofie-Automation/sofie-eslint-plugin/compare/v0.1.1...v0.2.0) (Tue Feb 04 2025)
17
16
18
17
### Features
19
18
20
-
- update to target eslint 9 and node 20 [0a165a1](https://github.com/nrkno/sofie-eslint-plugin/commit/0a165a12539f1bdaf349fb8eadec78a17fb6089d)
19
+
- update to target eslint 9 and node 20 [0a165a1](https://github.com/Sofie-Automation/sofie-eslint-plugin/commit/0a165a12539f1bdaf349fb8eadec78a17fb6089d)
21
20
22
-
## [0.1.1](https://github.com/nrkno/sofie-eslint-plugin/compare/v0.1.0...v0.1.1) (Tue Mar 14 2023)
21
+
## [0.1.1](https://github.com/Sofie-Automation/sofie-eslint-plugin/compare/v0.1.0...v0.1.1) (Tue Mar 14 2023)
23
22
24
-
## [0.1.0](https://github.com/nrkno/sofie-eslint-plugin/compare/...v0.1.0) (Tue Mar 14 2023)
23
+
## [0.1.0](https://github.com/Sofie-Automation/sofie-eslint-plugin/compare/...v0.1.0) (Tue Mar 14 2023)
Before contributing to this specific repository, please read the [Contribution Guidelines](https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines) for the Sofie project.
4
-
3
+
Before contributing to this specific repository, please read the [Contribution Guidelines](https://Sofie-Automation.github.io/sofie-core/docs/for-developers/contribution-guidelines) for the Sofie project.
5
4
6
5
## Branches
6
+
7
7
This repository uses the following branches:
8
8
9
-
* We consider the **_main_** branch to be stable, and it is used in production.
9
+
- We consider the **_main_** branch to be stable, and it is used in production.
10
10
11
-
We encourage you to base your contributions on the latest **_main_** branch. The [_Sofie Releases_](https://nrkno.github.io/sofie-core/releases) page collects the status and timeline of the releases.
11
+
We encourage you to base your contributions on the latest **_main_** branch. The [_Sofie Releases_](https://Sofie-Automation.github.io/sofie-core/releases) page collects the status and timeline of the releases.
This is the _Sofie ESLint_ library, used for defining custom [_ESLint_](https://eslint.org/) rules in the [_**Sofie** TV Automation System_](https://github.com/nrkno/Sofie-TV-automation/).
6
+
This is the _Sofie ESLint_ library, used for defining custom [_ESLint_](https://eslint.org/) rules in the [_**Sofie** TV Automation System_](https://github.com/Sofie-Automation/Sofie-TV-automation/).
This library included as part of [_Sofie Code Standard Preset_](https://github.com/nrkno/sofie-code-standard-preset/). If you want to use this library in other contexts, the typical _ESLint_ setup process should be used instead.
19
+
This library included as part of [_Sofie Code Standard Preset_](https://github.com/Sofie-Automation/sofie-code-standard-preset/). If you want to use this library in other contexts, the typical _ESLint_ setup process should be used instead.
18
20
19
21
## Rules
20
22
@@ -23,13 +25,12 @@ This library included as part of [_Sofie Code Standard Preset_](https://github.c
|[require-typed-object-values-and-entries](docs/rules/require-typed-object-values-and-entries.md)| Require Object.values() and Object.entries() calls to have generic type specified | 🌐 |
|[require-typed-object-values-and-entries](docs/rules/require-typed-object-values-and-entries.md)| Require Object.values() and Object.entries() calls to have generic type specified | 🌐 |
29
31
30
32
<!-- end auto-generated rules list -->
31
33
32
34
---
33
35
34
36
_The NRK logo is a registered trademark of Norsk rikskringkasting AS. The license does not grant any right to use, in any way, any trademarks, service marks or logos of Norsk rikskringkasting AS._
0 commit comments