Skip to content

Commit 2fe5fc2

Browse files
committed
chore: release
- @strv/[email protected]
1 parent eb76dba commit 2fe5fc2

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [4.1.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2025-11-03)
7+
8+
9+
### Features
10+
11+
* add react native eslint config ([a7e4463](https://github.com/strvcom/code-quality-tools/commit/a7e44639dc1e525d2be110d23af8b0d01e2c0cb1))
12+
* **eslint-config-react-native:** add config ([1331df0](https://github.com/strvcom/code-quality-tools/commit/1331df00e0ef23a9b9d230121362dcfab3d1e7d6))
13+
* **eslint-config-react-native:** define rules ([64379c0](https://github.com/strvcom/code-quality-tools/commit/64379c0ec41caf65480975b9e182e448a4a2ed35))
14+
* the road to ESLint v9 🚀 ([#247](https://github.com/strvcom/code-quality-tools/issues/247)) ([c3d3ece](https://github.com/strvcom/code-quality-tools/commit/c3d3ecea02aca9f6293aa7b3ee18282ea2ab9048))

packages/eslint-config-react-native/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"name": "@strv/eslint-config-react-native",
33
"description": "STRV's ESLint config for React Native projects",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"author": "Petr Chalupa <[email protected]>",
6-
"keywords": ["eslint", "react-native", "config", "strv"],
6+
"keywords": [
7+
"eslint",
8+
"react-native",
9+
"config",
10+
"strv"
11+
],
712
"repository": {
813
"type": "git",
914
"url": "git://github.com/strvcom/code-quality-tools.git"

0 commit comments

Comments
 (0)