mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-10 00:58:43 +08:00
[runtimes] Exclude node_modules from spotless formatting
This commit is contained in:
parent
49f039fb6a
commit
80c702d526
@ -30,8 +30,8 @@ spotless {
|
||||
}
|
||||
|
||||
typescript {
|
||||
target 'spine-ts/**/*.ts'
|
||||
targetExclude 'spine-ts/**/*.d.ts'
|
||||
target 'spine-ts/**/src/*.ts'
|
||||
targetExclude 'spine-ts/**/*.d.ts', 'spine-ts/**/node_modules/**/*.ts'
|
||||
tsfmt('7.2.2').tsfmtFile('formatters/tsfmt.json')
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user