Giter VIP home page Giter VIP logo

Comments (8)

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

If you don't want your code to be formatted, you can disable the prettier/prettier rule (and also consider removing eslint-plugin-prettier, since that rule is the entire functionality of this project).

If you just want to disable warnings in an editor while still having the rule enabled on the command line, you can look into your editor settings -- I think some editor plugins support ignoring warnings from certain rules.

from eslint-plugin-prettier.

Ale-cc avatar Ale-cc commented on July 27, 2024 42

I solved by this issue https://github.com/prettier/eslint-plugin-prettier/issues/42

from eslint-plugin-prettier.

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

Closing because I can't reproduce this issue. Feel free to open another issue if you're still encountering this.

from eslint-plugin-prettier.

polpenaloza avatar polpenaloza commented on July 27, 2024 7

I don't think it's a bug, but it's annoying to format the code when there is no need to do so, and i can't find the rule that is asking me to "Fix" it.
image
Anyone here? what is the rule we need to disable?

from eslint-plugin-prettier.

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

Thanks for the report. However, I can't reproduce this issue on the command line:

$ echo "self.sup.addEventListener('change-background', self.changeBackground);" | node_modules/.bin/eslint --no-eslintrc --stdin --plugin=prettier --rule 'prettier/prettier: [error, {singleQuote: true}]'

Are you sure the config file that you posted is the only config file being applied to your code?

from eslint-plugin-prettier.

RobertJGabriel avatar RobertJGabriel commented on July 27, 2024

Getting this issue too.

screen shot 2018-05-14 at 8 05 49 pm

from eslint-plugin-prettier.

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

@RobertJGabriel Keep in mind that prettier might be inserting a linebreak into your code because the line is long.

If you think there is a bug in eslint-plugin-prettier, please feel free to create a new issue.

from eslint-plugin-prettier.

Andreagar28 avatar Andreagar28 commented on July 27, 2024

same issue here.

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.