mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-13 07:22:36 +00:00
7 lines
171 B
JSON
7 lines
171 B
JSON
{
|
|
"*.{ts,tsx,js,jsx,json}": [
|
|
"eslint --cache --fix",
|
|
"prettier --cache --write"
|
|
],
|
|
"!*.{ts,tsx,js,jsx,json}": "prettier --cache --ignore-unknown --write"
|
|
}
|