Fix Restyled config (#4438)

This commit is contained in:
Gabriel Dutra
2019-12-11 23:06:17 -03:00
committed by GitHub
parent a3beac0b78
commit ca098172e9

View File

@@ -48,13 +48,13 @@ labels: ["Skip CI"]
# - restyled-ignore
# Restylers to run, and how
restylers:
- name: black:
restylers:
- name: black
include:
- redash
- tests
- migrations/versions
- name: prettier:
- redash
- tests
- migrations/versions
- name: prettier
include:
- client/app/**/*.js
- client/app/**/*.jsx