Skip to content

Commit ea89830

Browse files
committed
chore(release): Publish
- @bam.tech/eslint-plugin@2.0.0
1 parent d759473 commit ea89830

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

packages/eslint-plugin/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/bamlab/react-native-project-config/compare/@bam.tech/eslint-plugin@1.0.1...@bam.tech/eslint-plugin@2.0.0) (2023-10-12)
7+
8+
### Features
9+
10+
- **a11y:** remove custom rules from a11y config ([#65](https://github.com/bamlab/react-native-project-config/issues/65)) ([8fdb40b](https://github.com/bamlab/react-native-project-config/commit/8fdb40b18c7ebe9aab6b00960bf5fdfcc55790bc))
11+
- add jsx-no-useless-fragment ([#69](https://github.com/bamlab/react-native-project-config/issues/69)) ([2227246](https://github.com/bamlab/react-native-project-config/commit/2227246b8a0341b212b29adbe258f93b1eb5d861))
12+
- **recommended:** no-floating-promises ([#70](https://github.com/bamlab/react-native-project-config/issues/70)) ([830eead](https://github.com/bamlab/react-native-project-config/commit/830eead6c36c1652f82aa80f78f3cd3d0b7f666a))
13+
14+
### Reverts
15+
16+
- **eslint-plugin:** delete custom rules ([#81](https://github.com/bamlab/react-native-project-config/issues/81)) ([e6fcf3b](https://github.com/bamlab/react-native-project-config/commit/e6fcf3b48ae5659fe022526862d7d09e5e41ffbc))
17+
18+
### BREAKING CHANGES
19+
20+
- **a11y:** remove custom rules from config a11y
21+
22+
- docs: update a11y documentation for removed rules
23+
24+
- fix(example-app): no custom rules in eslint config
25+
- **recommended:** no-floating-promises
26+
- add jsx-no-useless-fragment
27+
28+
- doc: precise what to do when you add a rule
29+
30+
- feat: add a pull request template
31+
632
## [1.0.1](https://github.com/bamlab/react-native-project-config/compare/@bam.tech/eslint-plugin@1.0.0...@bam.tech/eslint-plugin@1.0.1) (2023-09-20)
733

834
### Bug Fixes

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": "1.0.1",
3+
"version": "2.0.0",
44
"description": "eslint plugin for bam projects",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)