forked from forcedotcom/lightning-language-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eslint fixes returning types and variables types (forcedotcom#214)
* Set eslint configuration, delete tslint configs, first pass at fixing eslint errors and warnings * temporarily remove pre push and pre commit tasks * Lint lsp common, still work to do here * Fixed some eslint problems * Delete package-lock.json * Not used variables, and duplicated imports * Remove package-lock * Deleted unused functions, and minor eslint fixes * Moved code for used after declaration, and some minor eslint fixes * Not infereable types fixed * Exporting ternerror * Deleted import ternError and copied function * No inferreable fixed, and interfaces that were starting with I prefix, removed * Moved check if file outside of promise * Changed logger to use args instead of arguments, for eslint rules * Deleted functions that code will never run * Rever changes for yarn.lock * Missing await async function * Yarn.lock re-added, so the circle ci can run, as its running with freeze lock files * Added returning types to some functions * Eslint retrun types, and types of variables Co-authored-by: Luis Campos <[email protected]>
- Loading branch information
Showing
25 changed files
with
114 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.