mirror of
https://github.com/stoatchat/action-git-town.git
synced 2026-07-01 21:44:53 -04:00
fd2156e6c0
* feat: v1
4 lines
85 B
JavaScript
4 lines
85 B
JavaScript
module.exports = {
|
|
"src/**/*.{ts,tsx}": "npm exec eslint --fix --max-warnings=0"
|
|
}
|