We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013bd08 commit c441682Copy full SHA for c441682
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+### [17.3.1](https://github.com/MorevM/eslint-config/compare/v17.3.0...v17.3.1) (2022-09-25)
4
+
5
6
+### Bug fixes
7
8
+* **jest:** Disable `require-to-throw-message` rule ([013bd08](https://github.com/MorevM/eslint-config/commit/013bd08ace26e514aef6ad8c2abbda3823cc8230))
9
10
## [17.3.0](https://github.com/MorevM/eslint-config/compare/v17.2.1...v17.3.0) (2022-09-24)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@morev/eslint-config",
"description": "Strict shareable ESLint configuration that I personally use",
- "version": "17.3.0",
+ "version": "17.3.1",
"private": false,
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0 || >=18.0.0"
0 commit comments