Skip to content
Snippets Groups Projects
  1. Aug 14, 2024
  2. Aug 03, 2023
  3. Jun 20, 2022
  4. Dec 09, 2021
  5. Aug 14, 2020
  6. Apr 02, 2020
  7. Mar 29, 2020
  8. Mar 24, 2020
  9. Mar 01, 2020
  10. Feb 05, 2020
  11. Mar 11, 2019
  12. Sep 27, 2018
  13. Oct 01, 2017
    • Rhys Arkins's avatar
      refactor: use prettier instead of eslint-plugin-prettier (#864) · b4e2341d
      Rhys Arkins authored
      Having eslint flag prettier "errors" in editors can be rather painful. Also chose against linting staged files for prettier because I like to stage partials. Instead:
      - Recommended to use plugins for editors to format on save, e.g. `prettier-atom`
      - Prettier will be run as part of `npm test`
      b4e2341d
Loading