Do not automatically run Prettier on the streaming server code. (#36400)

pull/36403/head
Renaud Chaput 14 hours ago committed by GitHub
parent babb7b2b9d
commit b8444d9bb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,4 @@
const config = {
'*': 'prettier --ignore-unknown --write',
'*.{js,ts}': 'eslint --fix',
'**/*.ts': () => 'tsc -p tsconfig.json --noEmit',
};

Loading…
Cancel
Save