Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
chore(release): 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsde committed Nov 12, 2022
1 parent 8c2ba5c commit 0e3f846
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [7.0.0](https://github.com/pangolinjs/eslint-config/compare/v6.0.0...v7.0.0) (2022-11-12)


### ⚠ BREAKING CHANGES

* Missing new lines in arrays will cause an error.
* Missing trailing commas will cause an error.
* Unsorted imports and exports will cause an error.
* Indentation with spaces will cause an error.

### Features

* Add simple-import-sort plugin ([97c7e86](https://github.com/pangolinjs/eslint-config/commit/97c7e86eed9875ab7897e59f1d8efb8c57814a5a))
* Enforce consistent new lines in arrays ([8c2ba5c](https://github.com/pangolinjs/eslint-config/commit/8c2ba5ccf897aabc3c2e31ef9d1d02b364a71a2f))
* Enforce trailing comma for multiline ([30979c0](https://github.com/pangolinjs/eslint-config/commit/30979c0adf2ce16be8316cb7a845f7fa58d22742))
* Indent with tabs ([7c28411](https://github.com/pangolinjs/eslint-config/commit/7c28411bfad6ba226bce24c46a00a37ae2d66617))

## [6.0.0](https://github.com/pangolinjs/eslint-config/compare/v5.3.1...v6.0.0) (2022-03-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pangolinjs/eslint-config",
"version": "6.0.0",
"version": "7.0.0",
"description": "Shareable ESLint config for Pangolin.js",
"license": "Hippocratic-2.1",
"homepage": "https://github.com/pangolinjs/eslint-config",
Expand Down

0 comments on commit 0e3f846

Please sign in to comment.