EugeneCodeCamp / EugeneCodeCamp.github.io

Website for Eugene Code Camp
1 stars 1 forks source link

ESLint is adding line breaks in weird places. #43

Open websupergirl opened 4 years ago

websupergirl commented 4 years ago

Examples:

            <p class="lead mb-0">
              Head over to the
              <a href="https://www.meetup.com/EugeneCodeCamp/"
                >Eugene Code Camp Meetup Group</a
              >
              and look for our next gathering!
            </p>
        <small
          >&copy; Eugene Code Camp // Original &quot;Freelancer&quot; theme by
          <a href="http://startbootstrap.com">Start Bootstrap</a> // Icons by
          <a href="https://fontawesome.com">Font Awesome</a> and
          <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a></small
        >
      <a
        class="js-scroll-trigger d-block text-center text-white rounded"
        href="#page-top"
      >
        <i class="fa fa-chevron-up" />
      </a>

See this discussion for more information: https://github.com/prettier/prettier/issues/5844