mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Co-authored-by: spalger <spalger@users.noreply.github.com> Co-authored-by: Spencer <email@spalger.com> Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
parent
916dce1372
commit
68c4db087a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
// "resolveJsonModule" allows for importing, extracting types from and generating .json files.
|
||||
"resolveJsonModule": true,
|
||||
// Disallow inconsistently-cased references to the same file.
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"forceConsistentCasingInFileNames": false,
|
||||
// Forbid unused local variables as the rule was deprecated by ts-lint
|
||||
"noUnusedLocals": true,
|
||||
// Provide full support for iterables in for..of, spread and destructuring when targeting ES5 or ES3.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue