mirror of
https://github.com/appium/appium.git
synced 2026-02-22 11:19:06 -06:00
chore: do not format .ts.map files
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user