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

Resolve deprecation warning message from eslint while running eslint #1586

Merged
merged 4 commits into from Oct 28, 2019

Commits on Oct 28, 2019

  1. Resolve eslint deprecation warning

    There was a DeprecationWarning message from eslint saying that `ecmaFeatures` property has been deprecated.
    Moved it under the `parserOptions` as per recommended here - https://eslint.org/docs/user-guide/migrating-to-2.0.0.
    kabirbaidhya committed Oct 28, 2019
    Copy the full SHA
    a3718c4 View commit details
    Browse the repository at this point in the history
  2. Set escmaVersion = 6

    kabirbaidhya committed Oct 28, 2019
    Copy the full SHA
    602cc4d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d67685d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b73cf3f View commit details
    Browse the repository at this point in the history