File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ module.exports = {
7
7
"plugin:unicorn/recommended" ,
8
8
"prettier" ,
9
9
"prettier/react" ,
10
- "plugin:jsdoc/recommended"
10
+ "plugin:jsdoc/recommended" ,
11
+ "plugin:jest/recommended" ,
12
+ "plugin:jest-formatting/strict"
11
13
] ,
12
14
"globals" : {
13
15
"afterAll" : true ,
@@ -27,6 +29,8 @@ module.exports = {
27
29
} ,
28
30
"plugins" : [
29
31
"import" ,
32
+ "jest" ,
33
+ "jest-formatting" ,
30
34
"prettier" ,
31
35
"react" ,
32
36
"sort-class-members" ,
@@ -50,6 +54,8 @@ module.exports = {
50
54
"import/no-unassigned-import" : "off" ,
51
55
"import/no-unresolved" : "off" ,
52
56
"import/order" : "off" ,
57
+ "jest/no-disabled-tests" : "off" ,
58
+ "jest/no-mocks-import" : "off" ,
53
59
"jsdoc/require-description" : [
54
60
"error" ,
55
61
{
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-simplymadeapps" ,
3
- "version" : " 1.5.3 " ,
3
+ "version" : " 1.5.5 " ,
4
4
"description" : " ESLint config for Simply Made Apps" ,
5
5
"homepage" : " https://github.com/simplymadeapps/eslint-config-simplymadeapps" ,
6
6
"license" : " MIT" ,
16
16
"eslint-config-prettier" : " ^6.7.0" ,
17
17
"eslint-config-xo" : " ^0.27.2" ,
18
18
"eslint-plugin-import" : " ^2.19.1" ,
19
+ "eslint-plugin-jest" : " ^23.17.1" ,
20
+ "eslint-plugin-jest-formatting" : " ^2.0.0" ,
19
21
"eslint-plugin-jsdoc" : " ^18.4.3" ,
20
22
"eslint-plugin-prettier" : " ^3.1.2" ,
21
23
"eslint-plugin-react" : " ^7.17.0" ,
22
24
"eslint-plugin-sort-class-members" : " ^1.6.0" ,
23
- "eslint-plugin-unicorn" : " ^14.0.1"
25
+ "eslint-plugin-unicorn" : " ^14.0.1" ,
26
+ "typescript" : " ^3.9.5"
24
27
},
25
28
"peerDependencies" : {
26
29
"eslint" : " >=6.7.2" ,
You can’t perform that action at this time.
0 commit comments