Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Jan 30, 2023
1 parent d39e74a commit 2b08fa8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## [1.2.0](https://github.com/rezstream/eslint-plugin-rezstream/compare/v1.1.0...v1.2.0) - 2023-01-30

- Remove `parserOptions` from typescript config
- Disable `unicorn/prefer-module` for `.cjs` files
- Disable `import/no-extraneous-dependencies` for node configs
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,7 +1,7 @@
{
"name": "@rezstream/eslint-plugin",
"description": "An opinionated collection of ESLint shared configs and rules used by rezStream",
"version": "1.1.0",
"version": "1.2.0",
"main": "lib/index.js",
"files": [
"lib/*"
Expand Down

0 comments on commit 2b08fa8

Please sign in to comment.