Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit bbf6a8f

Browse files
chore: release eslint-plugin-sonar (#137)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4797e42 commit bbf6a8f

File tree

4 files changed

+17
-21
lines changed

4 files changed

+17
-21
lines changed

.changeset/four-ads-cover.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/soft-berries-reflect.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

eslint-plugin-sonar/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.14.1
4+
5+
### Patch Changes
6+
7+
- [#136](https://github.com/un-ts/eslint-plugin-sonar/pull/136) [`64420fe`](https://github.com/un-ts/eslint-plugin-sonar/commit/64420fe0d1680bb6e435e3915823835372ce17c9) Thanks [@JounQin](https://github.com/JounQin)! - fix: use `builtinRules` instead of `Linter` API - close #133
8+
9+
- [#136](https://github.com/un-ts/eslint-plugin-sonar/pull/136) [`64420fe`](https://github.com/un-ts/eslint-plugin-sonar/commit/64420fe0d1680bb6e435e3915823835372ce17c9) Thanks [@JounQin](https://github.com/JounQin)! - feat: support flat configs:
10+
11+
```js
12+
// eslint.config.js
13+
14+
import * as sonar from "eslint-plugin-sonar";
15+
16+
export default [...sonar.configs.flatRecommended];
17+
```
18+
319
## 0.14.0
420

521
### Minor Changes

eslint-plugin-sonar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-sonar",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"type": "module",
55
"repository": "git+https://github.com/un-ts/eslint-plugin-sonar.git",
66
"homepage": "https://github.com/un-ts/eslint-plugin-sonar/tree/main/eslint-plugin-sonar",

0 commit comments

Comments
 (0)