About 50 results
Open links in new tab
  1. Why do I keep getting "[eslint] Delete `CR` [prettier/prettier]"?

    The same solution mentioned in several answers above, with a twist: Put it in the eslint.config.mjs` (extension can also be js or whatever you are using for eslint.config.

  2. javascript - What's the difference between prettier-eslint, eslint ...

    Jun 22, 2017 · Use eslint-plugin-prettier to run Prettier as an Eslint-rule. See 1st line in readme: eslint-plugin-prettier Use both to take advantage of both tools. See recommended configuration: eslint …

  3. Turning off eslint rule for a specific file - Stack Overflow

    Jan 13, 2016 · For anyone else confused by the comments, /* eslint-disable no-use-before-define */ is definitely a correct answer which disables a specific rule for the whole file. Notice the edits in the …

  4. ESLint: 8.0.0 Failed to load plugin '@typescript-eslint'

    Oct 10, 2021 · TypeError: Failed to load plugin '@typescript-eslint' declared in 'src.eslintrc': Class extends value undefined is not a constructor or null Referenced from: src.eslintrc

  5. Eslint Resolve error: Cannot find native binding - Stack Overflow

    Jul 24, 2025 · I experienced a similar issue related to Node.js version mismatch between my system and VSCode's ESLint extension. My Setup: Node.js version manager: asdf The ESLint extension in …

  6. How do you fix ESLint Parsing error: Unexpected token error

    Unexpected token errors in ESLint parsing occur due to incompatibility between your development environment and ESLint's current parsing capabilities with the ongoing changes with JavaScripts …

  7. Ignore or prevent ESLint errors from breaking the build in a React ...

    Jan 14, 2018 · I've recently created a project with create-react-project. The problem is that, while I'm developing, every time there's a problem with ESLint, the build breaks and doesn't compile the code. …

  8. How do you configure ESLint's parser and plug-ins using ESLint's flat ...

    Oct 28, 2022 · In the old-school .json configuration, the plug-ins work fine. Does someone know how to correctly configure the TS-parser plug-ins for ESLint using the flat config, so that ESLint is able to …

  9. javascript - ESLint not working in VS Code? - Stack Overflow

    ESLint is not working for me in VS Code. I have the plugin installed in VS Code, and ESLint itself as a developer dependency in my package.json, which I have installed as well. I modified the foll...

  10. javascript - ESLint "Error: Could not find config file" at ...

    May 29, 2024 · I'm having trouble getting ESLint to lint my JavaScript files in my IDE. The setup I have done is to install eslint locally via npm and create an eslint config file that is then stored in a config