Skip to content

Commit b732a85

Browse files
Version Packages (#161)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 681455e commit b732a85

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/cold-scissors-compete.md

-8
This file was deleted.

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# eslint-config-seek
22

3+
## 14.2.0
4+
5+
### Minor Changes
6+
7+
- Add [`import-x/export`] as a new lint rule. ([#160](https://github.com/seek-oss/eslint-config-seek/pull/160))
8+
This fails on repeated exports of names or defaults.
9+
10+
[`import-x/export`]: https://github.com/un-ts/eslint-plugin-import-x/blob/v4.4.2/docs/rules/export.md#import-xexport
11+
312
## 14.1.0
413

514
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-seek",
3-
"version": "14.1.0",
3+
"version": "14.2.0",
44
"description": "ESLint configuration used by SEEK",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)