You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
248 B
16 lines
248 B
- id: prettier
|
|
name: prettier
|
|
entry: prettier --write
|
|
language: node
|
|
files: "\\.(\
|
|
css|less|scss\
|
|
|graphql|gql\
|
|
|html\
|
|
|js|jsx\
|
|
|json\
|
|
|md|markdown|mdown|mkdn\
|
|
|mdx\
|
|
|ts|tsx\
|
|
|vue\
|
|
|yaml|yml\
|
|
)$"
|
|
|