mirror of
https://github.com/go-gitea/gitea.git
synced 2026-06-14 03:29:55 +00:00
ci: Also lint json5 files (#37659)
This commit is contained in:
@@ -13,6 +13,12 @@ export default defineConfig([
|
||||
language: 'json/json',
|
||||
extends: ['json/recommended'],
|
||||
},
|
||||
{
|
||||
files: ['**/*.json5'],
|
||||
plugins: {json},
|
||||
language: 'json/json5',
|
||||
extends: ['json/recommended'],
|
||||
},
|
||||
{
|
||||
files: [
|
||||
'tsconfig.json',
|
||||
|
||||
Reference in New Issue
Block a user