Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    b4e2341d
    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
    History
    refactor: use prettier instead of eslint-plugin-prettier (#864)
    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`
.prettierignore 216 B
# It would be nice to remove this file and use .gitignore instead however we need to add package.json and _fixtures

/node_modules
/config.js
/coverage
/dist
/tmp
.DS_Store
.cache
/*.log
package.json
test/_fixtures/