-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @strv/[email protected] - @strv/[email protected] - @strv/[email protected] - @strv/[email protected] - @strv/[email protected] - @strv/[email protected]
- Loading branch information
1 parent
4de1c1f
commit 6250661
Showing
13 changed files
with
116 additions
and
20 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [5.0.0-alpha.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2025-01-24) | ||
|
||
|
||
### Features | ||
|
||
* move to ESLint v9 👏 ([4de1c1f](https://github.com/strvcom/code-quality-tools/commit/4de1c1f7543898cddc4178afc7222e369b6ea018)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* Projects must now use ESLint v9 in order to use these rulesets. | ||
|
||
|
||
|
||
|
||
|
||
# [4.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2024-02-16) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@strv/eslint-config-base", | ||
"description": "STRV's ESLint configuration preset", | ||
"version": "4.0.0", | ||
"version": "5.0.0-alpha.0", | ||
"author": "Pavel Prichodko <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/strvcom/code-quality-tools/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.0.0-alpha.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2025-01-24) | ||
|
||
|
||
### Features | ||
|
||
* move to ESLint v9 👏 ([4de1c1f](https://github.com/strvcom/code-quality-tools/commit/4de1c1f7543898cddc4178afc7222e369b6ea018)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* Projects must now use ESLint v9 in order to use these rulesets. | ||
|
||
|
||
|
||
|
||
|
||
# [2.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2024-02-16) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@strv/eslint-config-graphql", | ||
"description": "STRV's ESLint config for javascript applications that use GraphQL and Apollo client.", | ||
"version": "2.0.0", | ||
"version": "3.0.0-alpha.0", | ||
"author": "Michal Jarnot <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/strvcom/code-quality-tools/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [5.0.0-alpha.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2025-01-24) | ||
|
||
|
||
### Features | ||
|
||
* move to ESLint v9 👏 ([4de1c1f](https://github.com/strvcom/code-quality-tools/commit/4de1c1f7543898cddc4178afc7222e369b6ea018)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* Projects must now use ESLint v9 in order to use these rulesets. | ||
|
||
|
||
|
||
|
||
|
||
# [4.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2024-02-16) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@strv/eslint-config-mocha", | ||
"description": "STRV's ESLint config for projects using Mocha as test runner", | ||
"version": "4.0.0", | ||
"version": "5.0.0-alpha.0", | ||
"author": "Robert Rossmann <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/strvcom/code-quality-tools/issues" | ||
|
@@ -11,7 +11,7 @@ | |
"Danny Kijkov <[email protected]>" | ||
], | ||
"dependencies": { | ||
"@strv/eslint-config-base": "^4.0.0", | ||
"@strv/eslint-config-base": "^5.0.0-alpha.0", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-mocha": "^10.1.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [5.0.0-alpha.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2025-01-24) | ||
|
||
|
||
### Features | ||
|
||
* move to ESLint v9 👏 ([4de1c1f](https://github.com/strvcom/code-quality-tools/commit/4de1c1f7543898cddc4178afc7222e369b6ea018)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* Projects must now use ESLint v9 in order to use these rulesets. | ||
|
||
|
||
|
||
|
||
|
||
# [4.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2024-02-16) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@strv/eslint-config-node", | ||
"description": "STRV's ESLint config for Node.js projects", | ||
"version": "4.0.0", | ||
"version": "5.0.0-alpha.0", | ||
"author": "Pavel Prichodko <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/strvcom/code-quality-tools/issues" | ||
|
@@ -11,7 +11,7 @@ | |
"Danny Kijkov <[email protected]>" | ||
], | ||
"dependencies": { | ||
"@strv/eslint-config-base": "^4.0.0", | ||
"@strv/eslint-config-base": "^5.0.0-alpha.0", | ||
"eslint-plugin-n": "^17.15.0" | ||
}, | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [6.0.0-alpha.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2025-01-24) | ||
|
||
|
||
### Features | ||
|
||
* move to ESLint v9 👏 ([4de1c1f](https://github.com/strvcom/code-quality-tools/commit/4de1c1f7543898cddc4178afc7222e369b6ea018)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* Projects must now use ESLint v9 in order to use these rulesets. | ||
|
||
|
||
|
||
|
||
|
||
# [5.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2024-02-16) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@strv/eslint-config-react", | ||
"description": "STRV's ESLint config for React projects", | ||
"version": "5.0.0", | ||
"version": "6.0.0-alpha.0", | ||
"author": "Pavel Prichodko <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/strvcom/code-quality-tools/issues" | ||
|
@@ -13,7 +13,7 @@ | |
"dependencies": { | ||
"@babel/core": "^7.23.9", | ||
"@babel/eslint-parser": "^7.23.10", | ||
"@strv/eslint-config-base": "^4.0.0", | ||
"@strv/eslint-config-base": "^5.0.0-alpha.0", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-react": "^7.23.0", | ||
"eslint-plugin-react-hooks": "^5.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [6.0.0-alpha.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2025-01-24) | ||
|
||
|
||
### Features | ||
|
||
* move to ESLint v9 👏 ([4de1c1f](https://github.com/strvcom/code-quality-tools/commit/4de1c1f7543898cddc4178afc7222e369b6ea018)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* Projects must now use ESLint v9 in order to use these rulesets. | ||
|
||
|
||
|
||
|
||
|
||
# [5.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2024-02-16) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@strv/eslint-config-typescript", | ||
"description": "STRV's ESLint config for TypeScript projects", | ||
"version": "5.0.0", | ||
"version": "6.0.0-alpha.0", | ||
"author": "Robert Rossmann <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/strvcom/code-quality-tools/issues" | ||
|
@@ -11,7 +11,7 @@ | |
"Danny Kijkov <[email protected]>" | ||
], | ||
"dependencies": { | ||
"@strv/eslint-config-base": "^4.0.0", | ||
"@strv/eslint-config-base": "^5.0.0-alpha.0", | ||
"@typescript-eslint/eslint-plugin": "^8.0.0", | ||
"@typescript-eslint/parser": "^8.0.0", | ||
"eslint-import-resolver-typescript": "^3.6.1" | ||
|