mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2025-12-22 09:37:54 +00:00
4 lines
69 B
JavaScript
4 lines
69 B
JavaScript
module.exports = {
|
|
'*.{js,ts,tsx}': ['eslint --fix', 'git add'],
|
|
}
|