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

Unexpected token '.' #40

Closed
SQReder opened this issue Sep 22, 2021 · 5 comments
Closed

Unexpected token '.' #40

SQReder opened this issue Sep 22, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@SQReder
Copy link

SQReder commented Sep 22, 2021

Eslint stop with error

Referenced from: /home/user/_proj/project/front/.eslintrc.js

/home/user/_proj/project/front/node_modules/eslint-plugin-effector/rules/enforce-store-naming-convention/enforce-store-naming-convention.js:32
            type?.symbol?.escapedName === "Store" &&
                 ^

SyntaxError: Unexpected token '.'
    at wrapSafe (internal/modules/cjs/loader.js:915:16)
    at Module._compile (internal/modules/cjs/loader.js:963:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
    at Module.load (internal/modules/cjs/loader.js:863:32)
    at Function.Module._load (internal/modules/cjs/loader.js:708:14)
    at Module.require (internal/modules/cjs/loader.js:887:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (/home/user/_proj/project/front/node_modules/eslint-plugin-effector/index.js:3:40)
    at Module._compile (internal/modules/cjs/loader.js:999:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
    "eslint": "^7.32.0",
    "eslint-plugin-effector": "^0.2.0",
@igorkamyshev
Copy link
Member

Hello! Could you provide your Node.js version, please?

@igorkamyshev igorkamyshev added the bug Something isn't working label Sep 22, 2021
@SQReder
Copy link
Author

SQReder commented Sep 22, 2021

14.17.5

@igorkamyshev
Copy link
Member

Magic! 🌚

Could you reproduce this case in public repo?

@igorkamyshev
Copy link
Member

@SQReder do you have any plans to create reproduce?

@SQReder
Copy link
Author

SQReder commented Oct 23, 2021

Sadly, I cannot reproduce the issue. Maybe it was just a glitch. Let's close it

@SQReder SQReder closed this as completed Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants