No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    End of Line Error preventing App from running

    Help
    3
    4
    604
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      MagRat04 last edited by

      Jumping into a project mid way and having an issue launching the app using “quasar dev -m pwa” as it returns line ending error as seen in the attached image.

      0_1527778291276_image.png

      It is expecting LF and getting CRLF. I understand why but is there a way to disable this error as the line endings are handled by Git and converted to LF on commit.

      1 Reply Last reply Reply Quote 0
      • M
        MagRat04 last edited by MagRat04

        For anyone that finds themselves with the same issue, the way I solved this was to add a line to the eslintrc file in the rules section. 'linebreak-style': 0

        Documentation on this can be found on the ESLint GitHub Page

        1 Reply Last reply Reply Quote 1
        • F
          flight9 last edited by

          Same errors, I’ve added 'linebreak-style': 0 to eslintrc.json, but those errors still exist.

          1 Reply Last reply Reply Quote 0
          • rstoenescu
            rstoenescu Admin last edited by

            @flight9 You mean .eslintrc.js

            1 Reply Last reply Reply Quote 0
            • First post
              Last post