chore: migration

This commit is contained in:
Michael Kriese 2024-11-08 10:37:55 +01:00
parent 471fb81b27
commit 2f60a1bc2c
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -38,7 +38,7 @@ module.exports = {
}, },
{ {
files: ['*.json'], files: ['*.json'],
extends: ['plugin:json/recommended', 'prettier'], extends: ['plugin:json/recommended-legacy', 'prettier'],
}, },
], ],
}; };