File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,6 @@ module.exports = {
14
14
"@typescript-eslint/strict-boolean-expressions" : "off" ,
15
15
"import/no-nodejs-modules" : "off" ,
16
16
"no-inner-declarations" : "off" ,
17
+ "@fluid-internal/fluid/no-unchecked-record-access" : "warn" ,
17
18
} ,
18
19
} ;
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ module.exports = {
13
13
} ,
14
14
rules : {
15
15
"@typescript-eslint/strict-boolean-expressions" : "off" ,
16
+ "@fluid-internal/fluid/no-unchecked-record-access" : "warn" ,
16
17
} ,
17
18
overrides : [
18
19
{
Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ module.exports = {
11
11
rules : {
12
12
// This package is intended to be used in node.js environments
13
13
"import/no-nodejs-modules" : "off" ,
14
+ "@fluid-internal/fluid/no-unchecked-record-access" : "warn" ,
14
15
} ,
15
16
} ;
You can’t perform that action at this time.
0 commit comments