Closed issam-seghir closed 1 year ago
how can i turn off this error this is my config :
"eslintConfig": { "extends": [ "wesbos" ], "rules": { "prettier/prettier": [ "error", { "singleQuote": false, "endOfLine": "auto", "tabWidth": 4 } ] } }, "scripts": { "lint": "eslint .", "lint:fix": "eslint . --fix" },
how can i turn off this error this is my config :