mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-24 07:02:26 +01:00
[chore] Disable "no-inferrable-types" lint rule
After discussing the conflicting 'typedef' vs. 'no-inferrable-types' TSLint rules (https://github.com/palantir/tslint/issues/711) in the Discord #development channel, the conclusion was to disable this rule in order to be uniform and explicit in what all declarations are. Although it's more verbose, it will help us out in the long run.
This commit is contained in:
parent
178066289e
commit
1857103511
@ -44,7 +44,7 @@
|
||||
],
|
||||
"no-any": false,
|
||||
"no-inferrable-types": [
|
||||
true,
|
||||
false,
|
||||
"ignore-params",
|
||||
"ignore-properties"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user