Skip to content

Commit

Permalink
Version 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Aug 15, 2024
1 parent 65732a8 commit e158a3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [9.0.1][] - 2024-08-15

- Resolve formatting conflict between ESLint and Prettier
- Update npm scripts and remove /scripts folder from package

## [9.0.0][] - 2024-08-14

- Update eslint to 9.x: Rewrite rules to plain format
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-metarhia",
"version": "9.0.0",
"version": "9.0.1",
"author": "Alexey Orlenko <[email protected]>",
"license": "MIT",
"description": "ESLint config for Metarhia projects",
Expand All @@ -18,7 +18,7 @@
"rules/"
],
"engines": {
"node": "20 || 21 || 22"
"node": "18 || 20 || 21 || 22"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e158a3a

Please sign in to comment.