You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
I am running eslint 1.10.3 and babel-eslint 5.0.0-beta4. When I run eslint on the code below (see config below that) it causes a no-dupe-keys error. I don't expect any errors in this code, you should be able to have getters and setters. I have tried this through the standard eslint parser and it does not have any issues. I only get this error with babel-eslint.
I am running eslint 1.10.3 and babel-eslint 5.0.0-beta4. When I run eslint on the code below (see config below that) it causes a
no-dupe-keys
error. I don't expect any errors in this code, you should be able to have getters and setters. I have tried this through the standard eslint parser and it does not have any issues. I only get this error with babel-eslint.test.js:
eslint output:
Below is my
.eslintrc
configuration:The text was updated successfully, but these errors were encountered: