mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
Merge pull request #332 from kopelli/disable-no-inferrable-types
[chore] Disable "no-inferrable-types" lint rule
This commit is contained in:
commit
6fe450a57b
@ -44,7 +44,7 @@
|
|||||||
],
|
],
|
||||||
"no-any": false,
|
"no-any": false,
|
||||||
"no-inferrable-types": [
|
"no-inferrable-types": [
|
||||||
true,
|
false,
|
||||||
"ignore-params",
|
"ignore-params",
|
||||||
"ignore-properties"
|
"ignore-properties"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user