Giter VIP home page Giter VIP logo

Comments (7)

not-an-aardvark avatar not-an-aardvark commented on July 27, 2024 1

This is caused by prettier/prettier#3005.

from eslint-plugin-prettier.

not-an-aardvark avatar not-an-aardvark commented on July 27, 2024

This seems like it might be an issue with prettier's API rather than eslint-plugin-prettier. eslint-plugin-prettier only uses prettier's API here to get a config -- it doesn't do any config resolution itself.

from eslint-plugin-prettier.

not-an-aardvark avatar not-an-aardvark commented on July 27, 2024

Also, I noticed that you mentioned the name .prettierc in the issue, but I think the filename should actually be .prettierrc. I'm not sure if this was a typo, but presumably giving the file the wrong name would cause it to get ignored entirely.

from eslint-plugin-prettier.

QuentinRoy avatar QuentinRoy commented on July 27, 2024

What is weird is that prettier by itself works as expected.
E.g.:

npx prettier --write build_tools/**/*.js  # OK, files modified as expected.
npx eslint build_tools/**/*.js  # Nope!

from eslint-plugin-prettier.

QuentinRoy avatar QuentinRoy commented on July 27, 2024

If it is useful, here is my .eslintrc.yml:

root: true
extends:
  - airbnb
  - prettier
  - prettier/react
plugins:
  - prettier
rules:
  prettier/prettier:
    - error
overrides:
  - files:
    - build_tools/**
    env:
      node: true
    rules:
      import/no-extraneous-dependencies:
        - error
        - devDependencies: true

Note: Prettier works fine even when I give him an absolute path to build_tools.
Note 2: If I copy prettier's overrides into a new .prettierrc inside the build_tools folders, there is no problems anymore.

from eslint-plugin-prettier.

zimme avatar zimme commented on July 27, 2024

I guess this should be resolved by now?

from eslint-plugin-prettier.

not-an-aardvark avatar not-an-aardvark commented on July 27, 2024

Agreed, I think this has been fixed since prettier/prettier#3005 is closed.

from eslint-plugin-prettier.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.