mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
b4e2341d1e
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`
12 lines
216 B
Text
12 lines
216 B
Text
# 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/
|