mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Do not automatically run Prettier on the streaming server code. (#36400)
This commit is contained in:
parent
babb7b2b9d
commit
b8444d9bb7
1 changed files with 0 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
const config = {
|
const config = {
|
||||||
'*': 'prettier --ignore-unknown --write',
|
|
||||||
'*.{js,ts}': 'eslint --fix',
|
'*.{js,ts}': 'eslint --fix',
|
||||||
'**/*.ts': () => 'tsc -p tsconfig.json --noEmit',
|
'**/*.ts': () => 'tsc -p tsconfig.json --noEmit',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue