Skip to content

Commit 2f7f5bc

Browse files
committed
Test: minor changes
1 parent e748ea2 commit 2f7f5bc

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

packages/ui/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,22 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [1.0.1] - 2025-11-20
6+
## [1.1.0] - 2025-11-20
77

88
### Changed
99
- Minor fixes or updates
1010

11+
## [1.0.1] - 2025-11-20
12+
13+
### Changed
14+
- Patch fixes or updates
15+
1116
## [1.0.0] - 2025-11-03
1217

1318
### Added
1419
- Initial release of `eslint-config-hystax-ui`
1520
- Includes base ESLint rules for UI projects (React, JSX, TypeScript, Prettier, etc.)
1621

22+
[1.1.0]: https://github.com/hystax/eslint-config-hystax/compare/1.0.1...1.1.0
1723
[1.0.1]: https://github.com/hystax/eslint-config-hystax/compare/1.0.0...1.0.1
1824
[1.0.0]: https://github.com/hystax/eslint-config-hystax/tree/20251103-01/packages/ui

packages/ui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-hystax-ui",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "UI ESLint config for Hystax projects",
55
"main": "index.mjs",
66
"type": "module",

packages/ui/rules/base.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default {
2828
"default-param-last": "off",
2929
"arrow-body-style": ["warn", "as-needed"],
3030
"no-unused-vars": "off",
31+
"no-alert": "warn",
3132
"@typescript-eslint/ban-ts-comment": "off",
3233
"@typescript-eslint/no-empty-function": "off",
3334
"@typescript-eslint/no-unused-vars": ["error", { ignoreRestSiblings: true }],

0 commit comments

Comments
 (0)