Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve deprecation warning message from eslint while running eslint (#…
…1586) * 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. * Set escmaVersion = 6 * Use ES6 built-in global variables * Remove flags in favor of ecmaVersion
- Loading branch information