Skip to content
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

Add ESLint TS checking rules + style enforcement #991

Merged
merged 1 commit into from
Jan 20, 2022

Conversation

AndrewLeedham
Copy link
Contributor

@AndrewLeedham AndrewLeedham commented Jan 17, 2022

  • Enables recommended ESLint TS rules that require type checking.
  • Enforces string[] over Array<string>.
  • Enforces [] as string[] over <string[]>[].

Version

Published prerelease version: @xerox/commitlint-config@3.0.1-next.0
@xerox/eslint-config@4.0.1-next.0
@xerox/semantic-release-config@3.0.1-next.0

Changelog

Feature

  • @xerox/eslint-config

Dependencies

Authors: 3

@AndrewLeedham AndrewLeedham added change: feature Adds a new feature or improves on an existing one needs review labels Jan 17, 2022
@AndrewLeedham AndrewLeedham marked this pull request as ready for review January 17, 2022 12:08
@AndrewLeedham AndrewLeedham requested review from phawxby and removed request for phawxby January 17, 2022 12:08
@AndrewLeedham AndrewLeedham merged commit 5a88ab3 into next Jan 20, 2022
@AndrewLeedham AndrewLeedham deleted the AL-stricter-ts-formatting branch January 20, 2022 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change: feature Adds a new feature or improves on an existing one
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant