Skip to content

Commit

Permalink
Update ESLint configuration (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored Jul 9, 2023
1 parent 54ef592 commit e1b2fae
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"extends": "./.config/.eslintrc"
}
"extends": "./.config/.eslintrc",
"rules": {
"sort-imports": [
"error",
{
"ignoreCase": true,
"ignoreDeclarationSort": true
}
]
}
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.1.0 (IN PROGRESS)

### Features / Enhancements

- Update ESLint configuration (#84)

## 4.0.0 (2023-06-26)

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
"test:ci": "jest --maxWorkers 4 --coverage",
"upgrade": "npm upgrade --save"
},
"version": "4.0.0"
"version": "4.1.0"
}

0 comments on commit e1b2fae

Please sign in to comment.