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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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