mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
build: use esbuild (#887)
This commit is contained in:
parent
d16f12d19b
commit
4a407be28a
9 changed files with 288 additions and 144 deletions
|
|
@ -55,7 +55,7 @@ export default tseslint.config(
|
|||
},
|
||||
json.configs.recommended,
|
||||
{
|
||||
files: ['**/tsconfig.json'],
|
||||
files: ['**/tsconfig.json', '**/tsconfig.*.json'],
|
||||
rules: {
|
||||
'json/*': ['error', { allowComments: true }],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue