Skip to content

Update JavaScript tools #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 21, 2021
Merged

Update JavaScript tools #30

merged 6 commits into from
Jun 21, 2021

Conversation

ddunkin
Copy link
Contributor

@ddunkin ddunkin commented Jun 13, 2021

No description provided.

@ddunkin ddunkin changed the title Update tools Update JavaScript tools Jun 13, 2021
{
"printWidth": 120,
"singleQuote": true,
"useTabs": true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we normally use tabs with TypeScript? I have no objection to switching to spaces.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, tabs are the normal Faithlife style.

@@ -17,7 +17,7 @@ export interface IServiceError {
/** The error message. (For developers, not end users.) */
message?: string;
/** Advanced error details. */
details?: any;
details?: Record<string, unknown>;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be a breaking change. I changed it because eslint's default rules complain about any. The alternative is to ignore that rule, either on this line or project-wide.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no objection to this change.

@ddunkin ddunkin merged commit 16c8bc5 into FacilityApi:master Jun 21, 2021
@ddunkin ddunkin deleted the update-tools branch June 21, 2021 16:47
@ejball
Copy link
Contributor

ejball commented Jun 21, 2021

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants