Replies: 1 comment
-
By using
For more information, check ESLint Command Line Interface. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i created new project using create react app and ran eslint src/** and i get these errors on css, how can i fix it and shouldn't it be setup out of the box?
1:1 error Parsing error: Unexpected token
/my-app1/src/index.css
1:5 error Parsing error: Missing semicolon
/my-app1/src/logo.svg
1:1 error Expected an assignment or function call and instead saw an expression no-unused-expressions
✖ 3 problems (3 errors, 0 warnings)
Beta Was this translation helpful? Give feedback.
All reactions