File tree 3 files changed +2
-9
lines changed
3 files changed +2
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 28
28
"eslint-plugin-react-native" : " ^4.1.0" ,
29
29
"eslint-plugin-security" : " ^3.0.1" ,
30
30
"eslint-plugin-sonarjs" : " ^1.0.4" ,
31
- "eslint-plugin-th-rules" : " ^1.12.0" ,
32
31
"requireindex" : " ^1.2.0"
33
32
},
34
33
"devDependencies" : {
37
36
"@semantic-release/changelog" : " ^6.0.3" ,
38
37
"@semantic-release/commit-analyzer" : " ^13.0.0" ,
39
38
"@semantic-release/git" : " ^10.0.1" ,
40
- "@semantic-release/github" : " ^10.1.6 " ,
39
+ "@semantic-release/github" : " ^10.1.7 " ,
41
40
"@semantic-release/npm" : " ^12.0.1" ,
42
41
"@semantic-release/release-notes-generator" : " ^14.0.1" ,
43
42
"@types/eslint-plugin-security" : " ^3.0.0" ,
54
53
"mocha" : " ^10.7.3" ,
55
54
"npm-run-all" : " ^4.1.5" ,
56
55
"typescript" : " ^5.5.4" ,
57
- "typescript-eslint" : " ^8.1 .0" ,
56
+ "typescript-eslint" : " ^8.2 .0" ,
58
57
"xo" : " ^0.59.3"
59
58
},
60
59
"peerDependencies" : {
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ configs.recommended = {
9
9
plugins : [
10
10
'th-rules' ,
11
11
'sonarjs' ,
12
- 'no-comments' ,
13
12
] ,
14
13
extends : [
15
14
'plugin:sonarjs/recommended-legacy' ,
You can’t perform that action at this time.
0 commit comments