Q
Q
qfrontend2020-07-23 14:53:37
Linter
qfrontend, 2020-07-23 14:53:37

Why does ESlint swear?

Why does ESlint swear at semicolons and commas?
In other projects I used the same settings and everything was fine .... And now I installed a new one ... and then he swears ... He asks to remove the semicolon .... I delete it, and he again puts and swears
.eslintrc

{
  "extends": ["react-app", "plugin:prettier/recommended"]
}

package.json
"devDependencies": {
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.4",
    "prettier": "^2.0.5",
    "redux-devtools-extension": "^2.13.8"
  }

File where store.js has problems
5f1979ee2c5bb766634632.jpeg

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question