chore: do not format .ts.map files

This commit is contained in:
Christopher Hiller
2022-12-05 14:52:24 -08:00
parent 062090ed91
commit 406acc185e

View File

@@ -1,6 +1,6 @@
module.exports = {
'*.js': ['eslint --fix', 'prettier --write'],
'*.ts*': ['prettier --write'],
'*.ts': ['prettier --write'],
'appium-config-schema.js': () => [
'npm run --workspace=./packages/schema build',
'git add -A packages/schema/lib/appium-config.schema.json',