File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ module.exports = {
102
102
'sonarjs/no-identical-conditions' : 'warn' ,
103
103
'sonarjs/no-identical-functions' : 'warn' ,
104
104
'sonarjs/no-identical-expressions' : 'warn' ,
105
- 'sonarjs/no-inverted-boolean-check' : 'warn ' ,
105
+ 'sonarjs/no-inverted-boolean-check' : 'off ' ,
106
106
'sonarjs/no-one-iteration-loop' : 'warn' ,
107
107
'sonarjs/no-redundant-boolean' : 'warn' ,
108
108
'sonarjs/no-small-switch' : 'warn' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-tree" ,
3
- "version" : " 1.0.12 " ,
3
+ "version" : " 1.0.13 " ,
4
4
"description" : " Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration." ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments