Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 20, 2024
1 parent a1bbcfb commit 3083205
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .changeset/cold-scissors-compete.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# eslint-config-seek

## 14.2.0

### Minor Changes

- Add [export][docs] as an error. ([#160](https://github.com/seek-oss/eslint-config-seek/pull/160))
This disallows repeated exports of names or defaults.

[docs]: https://github.com/import-js/eslint-plugin-import/blob/v2.29.1/docs/rules/export.md

## 14.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-seek",
"version": "14.1.0",
"version": "14.2.0",
"description": "ESLint configuration used by SEEK",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 3083205

Please sign in to comment.