Giter VIP home page Giter VIP logo

Comments (12)

wesbos avatar wesbos commented on May 22, 2024 2

Oh - just reading this again and I see the issue.

I don't use the prettier vs code extension, and if you followed my steps, you will see that we turned it off.

So, if you want to overwrite any settings that I have, you need to do so in your .eslintrc, and not in your VS Code settings file.

It would then look like this:

{
  "extends": [
    "wesbos"
  ],
  
  "rules": {
    "prettier/prettier": [
      "error",
      {
        "printWidth": 135,
      }
    ]
  }
}

from eslint-config-wesbos.

NickyMeuleman avatar NickyMeuleman commented on May 22, 2024 1

Sorry to interject.

This might be what is causing the unwanted behaviour:
https://github.com/prettier/eslint-plugin-prettier#options

But it's always cutting my lines at 80.

This line could be taking precedence over the rule you set in settings.json https://github.com/wesbos/eslint-config-wesbos/blob/master/.eslintrc.js#L120

from that first link:

NB: This option will merge and override any config set with .prettierrc files

(I'm making the leap here that a setting in the settings.json file acts like a global .prettierrc file)

edit: the rule in settings.json is probably not active since prettier is being ran through an ESLint-plugin and not the VSCode extension. I wonder if it is aware of settings given to the editor extension πŸ€”

from eslint-config-wesbos.

wesbos avatar wesbos commented on May 22, 2024 1

well im glad you logged this issue because that is exactly what I wanted to find out - little sticking points like this is what cause people to abandon tools like this. Glad we could get it figured out!

from eslint-config-wesbos.

wesbos avatar wesbos commented on May 22, 2024

Hmm - let me take a look into this. You are sure you don't have a prettier config file in your folder?

from eslint-config-wesbos.

felipeS avatar felipeS commented on May 22, 2024

I'm testing in a single file in a folder, there's no .eslintrc or .prettierrc file

from eslint-config-wesbos.

wesbos avatar wesbos commented on May 22, 2024

and was this with a global or local install?

from eslint-config-wesbos.

felipeS avatar felipeS commented on May 22, 2024

Global install

from eslint-config-wesbos.

wesbos avatar wesbos commented on May 22, 2024

hmm I don't recall this being an issue for me and I've always used it this way. Will investigate :)

from eslint-config-wesbos.

wesbos avatar wesbos commented on May 22, 2024

Going to leave this open so I can document how to add custom eslint and prettier settings to overwrite any that my config sets

from eslint-config-wesbos.

felipeS avatar felipeS commented on May 22, 2024

I followed the steps and disabled the vs code extension, but I wasn't aware that I have to add the prettier rules to the .eslintrc file, didn't even know it was possible πŸ˜…It's working now, though.
Thanks!

from eslint-config-wesbos.

JohnMilazzo avatar JohnMilazzo commented on May 22, 2024

Same here. Through some trial and error I realized I could remove the settings from both VS Code and my project's .prettierrc file. Having everything in one place (.eslintrc) is prettier nice! ;)

from eslint-config-wesbos.

wesbos avatar wesbos commented on May 22, 2024

Okay ive documented this in the readme now. Opted against using a .prettierrc

from eslint-config-wesbos.

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.