Skip to content

Commit 512ec36

Browse files
author
Paul
committed
chore(release): Publish
- @bam.tech/eslint-plugin@1.0.0
1 parent c982fb8 commit 512ec36

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
# [1.0.0](https://github.com/bamlab/react-native-project-config/compare/@bam.tech/eslint-plugin@0.4.3...@bam.tech/eslint-plugin@1.0.0) (2023-09-14)
7+
8+
### Features
9+
10+
- add array-callback-return rule ([#58](https://github.com/bamlab/react-native-project-config/issues/58)) ([0b24132](https://github.com/bamlab/react-native-project-config/commit/0b2413293de65ce6975e3a181b5b118f74823cd3))
11+
- add new rule react/no-unused-prop-types ([#52](https://github.com/bamlab/react-native-project-config/issues/52)) ([5cfca6d](https://github.com/bamlab/react-native-project-config/commit/5cfca6dfe3ebd9b8bf65011a023d0807ceda3b6b))
12+
- add unused imports rules ([#57](https://github.com/bamlab/react-native-project-config/issues/57)) ([fbdcd15](https://github.com/bamlab/react-native-project-config/commit/fbdcd154b28761d32225469fa2ad243eb12d88a4))
13+
- remove no-raw-text-r
14+
- feat: remove no-raw-text rule ([#54](https://github.com/bamlab/react-native-project-config/pull/54)) ([6d5732e](https://github.com/bamlab/react-native-project-config/pull/54/commits/6d5732ef9be47f3c010aefadf7d05ec29f94748c))
15+
16+
### BREAKING CHANGES
17+
18+
- add array-callback-return rule
19+
- add react/no-unused-prop-types rule
20+
- upgrade testing library plugin

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bam.tech/eslint-plugin",
3-
"version": "0.4.3",
3+
"version": "1.0.0",
44
"description": "eslint plugin for bam projects",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)