Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Docs: Add range to espree options in README (fixes #66) #67

Merged
merged 1 commit into from
Feb 9, 2021
Merged

Docs: Add range to espree options in README (fixes #66) #67

merged 1 commit into from
Feb 9, 2021

Conversation

Alan-Liang
Copy link
Contributor

Fix #66

@eslint-deprecated
Copy link

Hi @Alan-Liang!, thanks for the Pull Request

The first commit message isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.

  • The commit message tag must be one of the following:

    The Tag is one of the following:

    • Fix - for a bug fix.
    • Update - either for a backwards-compatible enhancement or for a rule change that adds reported problems.
    • New - implements a new feature.
    • Breaking - for a backwards-incompatible enhancement or feature.
    • Docs - changes to documentation only.
    • Build - changes to build process only.
    • Upgrade - for a dependency upgrade.
    • Chore - for anything that isn't user-facing (for example, refactoring, adding tests, etc.).

    You can use the labels of the issue you are working on to determine the best tag.

  • There should be a space following the initial tag and colon, for example 'New: Message'.

  • The first letter of the tag should be in uppercase

Read more about contributing to ESLint here

@Alan-Liang Alan-Liang changed the title docs: add range to espree options in README Docs: Add range to espree options in README (fixes #66) Feb 5, 2021
Copy link
Member

@mdjermanovic mdjermanovic left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the PR!

@nzakas nzakas merged commit ae27ff3 into eslint:master Feb 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: Cannot read property '0' of undefined
3 participants