Do not automatically run Prettier on the streaming server code. (#36400)
This commit is contained in:
@@ -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',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user