File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.0 (2022-08-15)
2
+
3
+
4
+ ### Features
5
+
6
+ * bunch of updates ([ #5 ] ( https://github.com/jest-community/eslint-plugin-jest-extended/issues/5 ) ) ([ 8e45c68] ( https://github.com/jest-community/eslint-plugin-jest-extended/commit/8e45c682b7c287f2180b03c4e903288a69c32711 ) )
7
+ * create ` prefer-to-be-array ` rule ([ 9bd067c] ( https://github.com/jest-community/eslint-plugin-jest-extended/commit/9bd067ccc37d7651f812782bde785868c9cadfb4 ) )
8
+ * create ` prefer-to-be-false ` rule ([ b35e45c] ( https://github.com/jest-community/eslint-plugin-jest-extended/commit/b35e45c23cb2aa660034ac49b5082c61f34de758 ) )
9
+ * create ` prefer-to-be-object ` rule ([ 676de1d] ( https://github.com/jest-community/eslint-plugin-jest-extended/commit/676de1d77ba19430d96f5df93ce8f3a548c6acfe ) )
10
+ * create ` prefer-to-be-true ` rule ([ 22f8093] ( https://github.com/jest-community/eslint-plugin-jest-extended/commit/22f8093136c30212498b8a347891f1cff995003b ) )
11
+ * initial commit ([ 3ed88c4] ( https://github.com/jest-community/eslint-plugin-jest-extended/commit/3ed88c4699d2ef82780183bae00560282a3f1916 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-jest-extended" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"description" : " Eslint rules for Jest Extended" ,
5
5
"keywords" : [
6
6
" jest" ,
You can’t perform that action at this time.
0 commit comments